Hubot::Scripts::blacklist
hubot blacklist - show blacklist hubot blacklist add <pattern> - add pattern to blacklist hubot blacklist del <index> - delete pattern at blacklist[index] hubot blacklist subscribe - robot will tell you when blacklist entering a room hubot blacklist unsubscribe - robot will not tell you anymore when blacklist entering a room
manager has permission which can add and delete to blacklist. separate by comma ,
e.g.
export HUBOT_BLACKLIST_MANAGER='hshong,aanoaa'
Hyungsuk Hong <hshong@perl.kr>