Fix the behaviour of /join
This commit is contained in:
parent
b62940372f
commit
0e18a7bc05
1 changed files with 2 additions and 1 deletions
|
@ -1753,7 +1753,8 @@ class Core(object):
|
||||||
if tab.own_nick == nick:
|
if tab.own_nick == nick:
|
||||||
self.information('/join: Nothing to do.', 'Info')
|
self.information('/join: Nothing to do.', 'Info')
|
||||||
else:
|
else:
|
||||||
tab.command_nick(nick)
|
tab.own_nick = nick
|
||||||
|
tab.command_cycle('')
|
||||||
return
|
return
|
||||||
|
|
||||||
if room.startswith('@'):
|
if room.startswith('@'):
|
||||||
|
|
Loading…
Reference in a new issue