mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
TypoError.
This commit is contained in:
parent
7d594954f7
commit
93df6be0c3
@ -80,7 +80,7 @@ class IrcMsg(object):
|
||||
self._host = host
|
||||
self._command = command
|
||||
if self.command == 'NICK':
|
||||
self._args[0] = ircutils.nick(self._args[0])
|
||||
self._args[0] = ircutils.nick(args[0])
|
||||
self._args = tuple(args)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user