summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index eecdaac2..7bc51f6c 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -819,6 +819,8 @@ class MucTab(ChatTab):
if self == self.core.current_tab():
self.refresh()
self.core.doupdate()
+ else:
+ msg =_("\x195}You left the chatroom\x193}")
self.core.disable_private_tabs(self.name, reason=msg)
def command_close(self, arg):