diff --git a/job_commands.py b/job_commands.py index 4b0eb55..ece86ab 100644 --- a/job_commands.py +++ b/job_commands.py @@ -217,7 +217,7 @@ async def nag_callback(slack, msg, match): signoff_hook = slack_util.Hook(signoff_callback, pattern=r"signoff\s+(.*)", - channel_whitelist=[channel_util.BOTZONE]) + channel_whitelist=[channel_util.HOUSEJOBS]) reset_hook = slack_util.Hook(reset_callback, pattern=r"reset signoffs",