NAME
Hubot::Scripts::blacklist
VERSION
version 0.1.9
SYNOPSIS
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
CONFIGURATION
HUBOT_BLACKLIST_MANAGER
manager has permission which can add and delete to blacklist. separate by comma
,
e.g.
export HUBOT_BLACKLIST_MANAGER='hshong,aanoaa'
AUTHOR
Hyungsuk Hong <hshong@perl.kr>