Skip to content

Commit a68adae

Browse files
remove duplicate.
1 parent 97dc8a5 commit a68adae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pybot/endpoints/slack/messages.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ def create_endpoints(plugin):
1414
plugin.on_message(".*", message_deleted, subtype="message_deleted")
1515
plugin.on_message(".*\!tech", tech_tips)
1616
plugin.on_message(".*\<\!here\>", here_bad)
17-
plugin.on_message(".*\<\!channel\>", here_bad)
18-
plugin.on_message(".*\@here", here_bad)
19-
plugin.on_message(".*\@channel", here_bad)
17+
plugin.on_message(".*\<\!channel\>", here_bad)
2018
plugin.on_message(".*@here", here_bad)
2119
plugin.on_message(".*@channel", here_bad)
2220
plugin.on_message(".*codervets", not_named)

0 commit comments

Comments
 (0)