aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-09 12:43:26 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-09 12:43:26 -0800
commit1ca07764527724c859462e64f9db8232df27fe93 (patch)
tree653a7c486e215d6085172eb651bed4c6f99149e9 /wee_slack.py
parent09f442e4394ba45df5be588525548e3e0ce40e1e (diff)
downloadwee-slack-1ca07764527724c859462e64f9db8232df27fe93.tar.gz
fix me
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 46e1481..987c049 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -2697,7 +2697,7 @@ def setup_hooks():
'slack_command_cb', '')
#w.hook_command('me', '', 'stuff', 'stuff2', '', 'me_command_cb', '')
- w.hook_command_run('me', 'me_command_cb', '')
+ w.hook_command_run('/me', 'me_command_cb', '')
w.hook_command_run('/query', 'command_talk', '')
w.hook_command_run('/join', 'command_talk', '')
w.hook_command_run('/part', 'part_command_cb', '')