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.
This commit is contained in:
mathieui 2016-07-03 02:27:21 +02:00
parent 7607140b71
commit d039da7b2c

View file

@ -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()