aewens's IRC bot for irc.tilde.team | DEPRECATED BY https://tildegit.org/aewens/babili-bot
Go to file
aewens d81c73e401 Bug fixes and adding in rollcall 2018-08-28 12:46:51 -04:00
spells Bug fixes and adding in rollcall 2018-08-28 12:46:51 -04:00
tasks Added bbj integration 2018-07-31 16:45:01 -04:00
.gitignore Added hmmscoreboard 2018-07-17 11:59:52 -04:00
LICENSE Initial commit 2018-07-13 12:59:52 -04:00
README.md Fixed bug in hmm counter, added bugfix for node-irc for /mode bug 2018-07-18 13:43:33 -04:00
blacklist.example.json Fixed some bugs in pushbullet, added reasons to blacklisting, added botlist help and summon commands 2018-07-14 01:21:11 -04:00
bot.js Bug fixes and adding in rollcall 2018-08-28 12:46:51 -04:00
config.example.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
memories.example.json Fixed bug in summon and help, added hmmscore and memories 2018-07-16 18:28:55 -04:00
package-lock.json Added whois 2018-07-26 15:41:19 -04:00
package.json Added whois 2018-07-26 15:41:19 -04:00

README.md

irc-bot

aewens's IRC bot for irc.tilde.team

Setting up

  • Install the dependencies using $ npm install
  • Create the needed JSON files using:
$ cp config.example.json config.json

$ cp blacklist.example.json blacklist.json

$ cp memories.example.json memories.json
  • Fill out the entries in config.json
  • Run the bot using node bot.js or npm start

FAQ

  1. When someone runs /mode it sometimes breaks the bot, how do I fix this?

    • In line 297 of node_modules/irc/lib/irc.js, change } else { to } else if (channel.modeParams[mode]) {