Comment was commenting the wrong code.
This commit is contained in:
parent
706ddbfbe9
commit
f54f0edff8
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class IRC(object):
|
||||||
if paramlist[-1].startswith(':'):
|
if paramlist[-1].startswith(':'):
|
||||||
paramlist[-1] = paramlist[-1][1:]
|
paramlist[-1] = paramlist[-1][1:]
|
||||||
lastparam = paramlist[-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,
|
self.out.put([msg, prefix, command, params, nick, user, host,
|
||||||
mask, paramlist, lastparam])
|
mask, paramlist, lastparam])
|
||||||
# if the server pings us, pong them back
|
# if the server pings us, pong them back
|
||||||
|
|
Reference in a new issue