nodejitsu / kohai

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

Implement !trigger whitelist #6

Closed AvianFlu closed 13 years ago

AvianFlu commented 13 years ago

We need to implement a whitelist for !trigger commands. Any !trigger commands issued by a non-whitelisted user will be rejected.

This list can be maintained statically for now.

AvianFlu commented 13 years ago

I'll put a list in plugins/alias.js tomorrow. Checking against it before doing stuff should be cakesauce.

AvianFlu commented 13 years ago

Whitelist for users now in config.js. Should be dynamic, but it works.