aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-04 14:05:58 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-04 14:05:58 -0800
commitaa5fb6bf8c371d6a7569b276b39c93ab18050c75 (patch)
tree4bf26a1a20f8cb4c548ca2604a5b11f5b1532162 /wee_slack.py
parente20c3aabc9ef1b55bfed19d4422e82831bb27b77 (diff)
downloadwee-slack-aa5fb6bf8c371d6a7569b276b39c93ab18050c75.tar.gz
return true to EAT the error
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 15e5391..dbf023c 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1744,7 +1744,7 @@ def command_talk(current_buffer, args):
chan.open()
if config.switch_buffer_on_join:
w.buffer_set(chan.channel_buffer, "display", "1")
- return
+ return True
def slack_command_cb(data, current_buffer, args):
a = args.split(' ', 1)