node-ircbot
node-ircbot copied to clipboard
A custom little node.js irc bot based on node-irc
Results
2
node-ircbot issues
Sort by
recently updated
recently updated
newest added
In the example bot.js you show loading a plugin with only one arg, e.g. `b.loadPlugin('dice');`. However this will error on the line: `pl.cmdPrefix = options.cmdprefix && options.cmdprefix[0] ? options.cmdprefix[0] :...