diff options
author | Tollef Fog Heen <tfheen@err.no> | 2015-07-31 11:15:20 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2015-07-31 11:15:20 +0200 |
commit | 4afd6d972b0f0ec5d20a6f426702fe183c990b3c (patch) | |
tree | fcbbdb591106e57f382a6003f958cc70e549b93e /wee_slack.py | |
parent | 4e721e70bd003fe2af2742f8f8d3f6285c23b772 (diff) | |
download | wee-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.py | 1 |
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(): """ |