A NodeJS-based IRC bot
Configuration is stored in config.json. Example configuration file:
config.json
{ "irc": { "server": "localhost", "port": 6667, "user": "Janet", "channels": [ "#channel1", "#channel2" ] } }