We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf7083 commit 2e906c8Copy full SHA for 2e906c8
zdaemon/cube.py
@@ -1025,10 +1025,10 @@ def cubeSlackRouter(message):
1025
# most recent cube thread.
1026
cubeInfo(text, sendResponse, slack_channel=message['channel'])
1027
1028
- if (re.search(r"^!cubesucks($|\s)", text)):
+ if (re.search(r"^!cube\.?sucks($|\s)", text)):
1029
cubeSucksSlack(1, message, sendResponse)
1030
1031
- if (re.search(r"^!cuberocks($|\s)", text)):
+ if (re.search(r"^!cube\.?rocks($|\s)", text)):
1032
cubeSucksSlack(-1, message, sendResponse)
1033
1034
if (re.search(r"^!(slurpcube|cubeslurp)($|\s)", text)):
0 commit comments