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