TypoError.

This commit is contained in:
Jeremy Fincher 2003-06-04 04:45:46 +00:00
parent bbb46497b5
commit d810fe37b0

View File

@ -79,7 +79,7 @@ class IrcMsg(object):
self._user = user
self._host = host
self._command = command
if self.command == 'NICK':
if self.command == 'NICK' and type(args) != tuple:
args[0] = ircutils.nick(args[0])
self._args = tuple(args)