From d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 3 Jul 2016 02:27:21 +0200 Subject: RIP gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If by change a user manages to connect to gmail, they won’t be able to join another server that has MUCs, so that code is useless. --- poezio/tabs/muctab.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index f91cf2b1..b6f55f7c 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -195,9 +195,6 @@ class MucTab(ChatTab): shortdesc='Invite a contact to this room', completion=self.completion_invite) - if self.core.xmpp.boundjid.server == "gmail.com": #gmail sucks - del self.commands["nick"] - self.resize() self.update_commands() self.update_keys() -- cgit v1.2.3