Fix rename handling with IPv6 ident

This commit is contained in:
moneromooo 2015-01-11 22:32:42 +00:00
parent 9c21b43ba5
commit 566631bc38

View file

@ -495,7 +495,7 @@ def IRCLoop(on_idle,on_identified,on_command):
elif action == 'NICK':
nick = GetNick(who)
new_nick = text
new_nick = cparts[len(cparts)-1]
log_info('%s renamed to %s' % (nick, new_nick))
for c in userstable:
log_log('checking %s' % c)