Nagjob retargeted to general
This commit is contained in:
parent
c5a9a41935
commit
e46f1d876a
|
|
@ -212,7 +212,7 @@ async def nag_callback(slack, msg, match):
|
|||
response += "(scroll missing. Please register for @ pings!)"
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue