brainlet-irc/README.md
2021-01-25 14:48:21 -05:00

836 B

brainlet-irc

Unofficial 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

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

This uses irc@0.5.0. See this for more information

This also uses a fork of ircdjs to add the NOTICE command. This pull request is trying to get it merged with the main repository, but I'm not sure how fast it'll get merged seeing the date of the last commit.