Fixed the channel

This commit is contained in:
Jacob Henry 2019-03-01 00:30:04 -05:00
parent 7f1e105843
commit 6aabcc72e1
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ signoff_hook = slack_util.ChannelHook(signoff_callback,
r"signoff\s+(.*)", r"signoff\s+(.*)",
r"sign off\s+(.*)", r"sign off\s+(.*)",
], ],
channel_whitelist=["#botzone"]) channel_whitelist=["#housejobs"])
undo_hook = slack_util.ChannelHook(undo_callback, undo_hook = slack_util.ChannelHook(undo_callback,
patterns=[ patterns=[