This commit is contained in:
Jeremy Fincher 2003-06-04 04:48:49 +00:00
parent d810fe37b0
commit 90409d0e19

View File

@ -296,7 +296,7 @@ class IrcState(IrcCommandDispatcher):
chan.topic = msg.args[2]
def doNick(self, irc, msg):
newNick = nick(msg.args[0])
newNick = ircutils.nick(msg.args[0])
oldNick = msg.nick
try:
if msg.user and msg.host: