Fix /nick
This commit is contained in:
parent
15cb47d18c
commit
5680d1584c
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ class MucTab(ChatTab):
|
||||||
if user.nick == self.own_nick:
|
if user.nick == self.own_nick:
|
||||||
self.own_nick = new_nick
|
self.own_nick = new_nick
|
||||||
# also change our nick in all private discussions of this room
|
# also change our nick in all private discussions of this room
|
||||||
self.core.handler.muc_own_nickchange(self)
|
self.core.handler.on_muc_own_nickchange(self)
|
||||||
else:
|
else:
|
||||||
color = config.get_by_tabname(new_nick, 'muc_colors')
|
color = config.get_by_tabname(new_nick, 'muc_colors')
|
||||||
if color != '':
|
if color != '':
|
||||||
|
|
Loading…
Reference in a new issue