mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
TypoError.
This commit is contained in:
parent
bbb46497b5
commit
d810fe37b0
@ -79,7 +79,7 @@ class IrcMsg(object):
|
|||||||
self._user = user
|
self._user = user
|
||||||
self._host = host
|
self._host = host
|
||||||
self._command = command
|
self._command = command
|
||||||
if self.command == 'NICK':
|
if self.command == 'NICK' and type(args) != tuple:
|
||||||
args[0] = ircutils.nick(args[0])
|
args[0] = ircutils.nick(args[0])
|
||||||
self._args = tuple(args)
|
self._args = tuple(args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user