NodeJS-IRC-Bot
NodeJS-IRC-Bot copied to clipboard
A plugin-based IRC bot written in NodeJS.
I got this error when trying to run bot.js. fairuz@fairuz-vb:~/NodeJS-IRC-Bot$ node bot.js /home/fairuz/NodeJS-IRC-Bot/node_modules/pkgconfig/node_modules/jsvutil/lib/jsv.js:39 throw error('Schema validation failed.', report.errors); ^ ValidationError: Schema validation failed. Instance is not a required type (object):...
Users
Hi, right now all users are allowed to call all commands. I guess we should create a separation of concerns here. E.g. Only admins are allowed to reload plugins, while...
Hey man, See this project has gone quite the path already! Are you still working on this? I've just been working on a bot for a different messaging service, using...
Right now, we are just parsing the command and the options, this should be made slightly more flexible. I am thinking about something like commander.js to add also some help-functionality.
https://github.com/kriszyp/compose Example irc.js ported to Compose: https://gist.github.com/4701193 Note: this does not fully demonstrate the benefits of Compose at this point, but this irc.js does appear to be 100% compat with...