Fixed the channel
This commit is contained in:
parent
7f1e105843
commit
6aabcc72e1
|
|
@ -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=[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue