/join @server.tld now works. fixed #2038
This commit is contained in:
parent
6154872444
commit
1fe6160cfc
1 changed files with 2 additions and 0 deletions
|
@ -1122,6 +1122,8 @@ class Core(object):
|
|||
if r and r.joined: # if we are already in the room
|
||||
self.focus_tab_named(r.name)
|
||||
return
|
||||
if room.startswith('@'):
|
||||
room = room[1:]
|
||||
room = room.lower()
|
||||
if r and not r.joined:
|
||||
muc.join_groupchat(self.xmpp, room, nick, password, histo_length)
|
||||
|
|
Loading…
Reference in a new issue