Compare commits
No commits in common. "d5886843c636881df5b9ef8cd251bb925bb94467" and "60b564a154095f230c802349fcbda8cddd20ba83" have entirely different histories.
d5886843c6
...
60b564a154
2 changed files with 2 additions and 16 deletions
15
README.md
15
README.md
|
@ -1,19 +1,6 @@
|
||||||
# brainlet-irc
|
# brainlet-irc
|
||||||
|
|
||||||
Unofficial Brainlet to IRC translation layer
|
Brainlet to IRC translation layer
|
||||||
|
|
||||||
**WARNING: You should not expose the IRC server to the public! There are multiple known
|
|
||||||
security issues in the dependencies of the module hosting the actual IRC server.**
|
|
||||||
|
|
||||||
# Installing
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone --depth=1 --recurse-submodules https://git.hippoz.xyz/hiimgoodpack/brainlet-irc.git
|
|
||||||
cd brainlet-irc
|
|
||||||
npm install
|
|
||||||
pushd ircd.js; npm install; popd
|
|
||||||
pushd brainlet-lib; npm install; popd
|
|
||||||
```
|
|
||||||
|
|
||||||
# Technical notes
|
# Technical notes
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"irc": "0.5.0",
|
"irc": "^0.5.0"
|
||||||
"replaceall": "^0.1.6"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue