diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-09 12:42:35 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-09 12:42:35 -0800 |
commit | 09f442e4394ba45df5be588525548e3e0ce40e1e (patch) | |
tree | d1bf02a2ab5b874c254a92d5147c3386d3fe5b33 | |
parent | ea9cce52458e6336e5c61dbf4308b6cb47a6c070 (diff) | |
download | wee-slack-09f442e4394ba45df5be588525548e3e0ce40e1e.tar.gz |
fixup
-rw-r--r-- | wee_slack.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wee_slack.py b/wee_slack.py index 7d01d17..46e1481 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2695,9 +2695,9 @@ def setup_hooks(): '|'.join(cmds.keys()), # Function name 'slack_command_cb', '') - w.hook_command('me', 'me_command_cb', '') - w.hook_command('me', '', 'stuff', 'stuff2', '', 'me_command_cb', '') + #w.hook_command('me', '', 'stuff', 'stuff2', '', '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', '') |