The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hubot::Scripts::blacklist

VERSION

version 0.1.10

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>