summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircmessageparser.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircmessageparser.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/ircmessageparser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircmessageparser.cpp b/noncore/net/opieirc/ircmessageparser.cpp
index a2be5a4..4038673 100644
--- a/noncore/net/opieirc/ircmessageparser.cpp
+++ b/noncore/net/opieirc/ircmessageparser.cpp
@@ -28,2 +28,3 @@ IRCCTCPMessageParserStruct IRCMessageParser::ctcpParserProcTable[] = {
28}; 28};
29
29/* Lookup table for numerical commands */ 30/* Lookup table for numerical commands */
@@ -230,2 +231,3 @@ void IRCMessageParser::parseLiteralQuit(IRCMessage *message) {
230 it.current()->removePerson(chanperson); 231 it.current()->removePerson(chanperson);
232 delete chanperson;
231 } 233 }
@@ -235,2 +237,3 @@ void IRCMessageParser::parseLiteralQuit(IRCMessage *message) {
235 emit outputReady(output); 237 emit outputReady(output);
238 delete person;
236 } else { 239 } else {