Comment was commenting the wrong code.

This commit is contained in:
Fletcher Boyd 2013-09-04 21:31:36 +08:00
parent 706ddbfbe9
commit f54f0edff8

View file

@ -178,7 +178,7 @@ class IRC(object):
if paramlist[-1].startswith(':'):
paramlist[-1] = paramlist[-1][1:]
lastparam = paramlist[-1]
# put the parsed message in the response queue
# put the parsed message in the response queue
self.out.put([msg, prefix, command, params, nick, user, host,
mask, paramlist, lastparam])
# if the server pings us, pong them back