Fixed channel code

This commit is contained in:
Jacob Henry 2018-11-19 01:26:00 -05:00
parent a56b4e91b1
commit 645735eade
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ async def nag_callback(slack, msg, match):
signoff_hook = slack_util.Hook(signoff_callback, signoff_hook = slack_util.Hook(signoff_callback,
pattern=r"signoff\s+(.*)", pattern=r"signoff\s+(.*)",
channel_whitelist=[channel_util.BOTZONE]) channel_whitelist=[channel_util.HOUSEJOBS])
reset_hook = slack_util.Hook(reset_callback, reset_hook = slack_util.Hook(reset_callback,
pattern=r"reset signoffs", pattern=r"reset signoffs",