mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Braino.
This commit is contained in:
parent
d810fe37b0
commit
90409d0e19
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user