From f54f0edff849336f3f5743428da15c127ecec56d Mon Sep 17 00:00:00 2001 From: Fletcher Boyd Date: Wed, 4 Sep 2013 21:31:36 +0800 Subject: [PATCH] Comment was commenting the wrong code. --- core/irc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/irc.py b/core/irc.py index 2248c48..006c020 100755 --- a/core/irc.py +++ b/core/irc.py @@ -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