Nagjob retargeted to general

This commit is contained in:
Jacob Henry 2018-11-13 16:49:39 -05:00
parent c5a9a41935
commit e46f1d876a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ async def nag_callback(slack, msg, match):
response += "(scroll missing. Please register for @ pings!)" response += "(scroll missing. Please register for @ pings!)"
response += "\n" response += "\n"
slack_util.reply(slack, msg, response, in_thread=False, to_channel=channel_util.BOTZONE) slack_util.reply(slack, msg, response, in_thread=False, to_channel=channel_util.GENERAL)
signoff_hook = slack_util.Hook(signoff_callback, signoff_hook = slack_util.Hook(signoff_callback,