diff options
author | mathieui <mathieui@mathieui.net> | 2016-07-03 02:27:21 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-07-03 02:27:21 +0200 |
commit | d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76 (patch) | |
tree | 4a10909d6eaec40ee5d5299180153ce993e781bd | |
parent | 7607140b71b61feb5de39aadb6859c6fa0485deb (diff) | |
download | poezio-d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76.tar.gz poezio-d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76.tar.bz2 poezio-d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76.tar.xz poezio-d039da7b2c9b9fe5f55ab07b8c53a9f9c6343f76.zip |
RIP gmail.com
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.
-rw-r--r-- | poezio/tabs/muctab.py | 3 |
1 files changed, 0 insertions, 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() |