nodejitsu / kohai

I am kohai. I am a pluggable irc bot for managing real-time data events.
91 stars 17 forks source link

Add ability to execute commands on user part and join IRC #15

Closed AvianFlu closed 13 years ago

AvianFlu commented 13 years ago

When users part or join an IRC room kohai is in, kohai should look up their name in a table to determine if any actions are required, and then execute the necessary commands.

AvianFlu commented 13 years ago

https://github.com/nodejitsu/kohai/commit/8acba05bf3b558dcddb438e6a327dc08cbe8c406

Oplist, voicelist, and banlist are now in config.json. The bot takes appropriate action on channel join, and notes when users leave.