Do not use the /join interface on nickname conflict
Therefore do not add bookmarks while doing this, it is wrong.
This commit is contained in:
parent
a9008d3836
commit
1a1164b9b1
1 changed files with 2 additions and 4 deletions
|
@ -2115,10 +2115,8 @@ class Core(object):
|
|||
tab.add_message(msg, typ=2)
|
||||
if code == '409':
|
||||
if config.get('alternative_nickname') != '':
|
||||
self.command.join(
|
||||
'%s/%s' %
|
||||
(tab.name,
|
||||
tab.own_nick + config.get('alternative_nickname')))
|
||||
tab.own_nick += config.get('alternative_nickname')
|
||||
tab.join()
|
||||
else:
|
||||
if not tab.joined:
|
||||
tab.add_message(
|
||||
|
|
Loading…
Reference in a new issue