aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 71d3a65..9cf3e2f 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -524,10 +524,9 @@ class Channel(SlackThing):
def rename(self):
if current_domain_name() != self.server.domain and channels_not_on_current_server_color:
- color = channels_not_on_current_server_color
+ color = w.color(channels_not_on_current_server_color)
else:
- color = "default"
- color = w.color(color)
+ color = ""
if self.is_someone_typing():
new_name = ">{}".format(self.name[1:])
else: