aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index d205e9c..37d9248 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1217,7 +1217,9 @@ def command_nodistractions(current_buffer, args):
if channel_buffer:
w.buffer_set(channels.find(channel).channel_buffer, "hidden", str(int(hide_distractions)))
except:
- dbg("Can't hide channel {}".format(channel), main_buffer=True)
+ dbg("Can't hide channel {} .. removing..".format(channel), main_buffer=True)
+ distracting_channels.pop(distracting_channels.index(channel))
+ save_distracting_channels()
def command_distracting(current_buffer, args):
@@ -1231,10 +1233,15 @@ def command_distracting(current_buffer, args):
distracting_channels.append(fullname)
else:
distracting_channels.pop(distracting_channels.index(fullname))
+ save_distracting_channels()
+
+
+def save_distracting_channels():
new = ','.join(distracting_channels)
w.config_set_plugin('distracting_channels', new)
+
@slack_buffer_required
def command_users(current_buffer, args):
"""