aewens's IRC bot for irc.tilde.team | DEPRECATED BY https://tildegit.org/aewens/babili-bot
Go to file
aewens 9a3965010d Added deprecation notice 2019-03-07 12:56:24 -05:00
spells Bug fixes and adding in rollcall 2018-08-28 12:46:51 -04:00
tasks RSS mirror now posts username per-request of ben 2018-09-06 12:35:46 -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 Added deprecation notice 2019-03-07 12:56:24 -05: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 Adds +B usermode to conform to RFC for tildeverse 2018-09-07 15:53:18 -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

DEPRECATED BY babili-bot

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]) {