lloyd / ircloggr

A system for producing web accessible IRC logs, in node.js.
http://irclog.gr
ISC License
34 stars 10 forks source link

Added a new config: admins #18

Open fczuardi opened 13 years ago

fczuardi commented 13 years ago

It is just an array of nicknames, if we need a command to be available only to certain group of users we test for the nickname on the handler function. The commit also modifies the amnesia handler to restrict it's access.

This patch is inspired by the issue #17