aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2015-07-31 11:15:20 +0200
committerTollef Fog Heen <tfheen@err.no>2015-07-31 11:15:20 +0200
commit4afd6d972b0f0ec5d20a6f426702fe183c990b3c (patch)
treefcbbdb591106e57f382a6003f958cc70e549b93e /wee_slack.py
parent4e721e70bd003fe2af2742f8f8d3f6285c23b772 (diff)
downloadwee-slack-4afd6d972b0f0ec5d20a6f426702fe183c990b3c.tar.gz
Unload cleanly
Let weechat know that we unloaded successfully and prevent a tiny bit of whining on reload
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 5c559eb..bb33029 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1782,6 +1782,7 @@ def quit_notification_cb(signal, sig_type, data):
def script_unloaded():
stop_talking_to_slack()
+ return w.WEECHAT_RC_OK
def stop_talking_to_slack():
"""