NodeJS-IRC-Bot
NodeJS-IRC-Bot copied to clipboard
Allow for easy option parsing for plugin commands
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.