From a3226c2954201997f08525af8b2269a2b0e76a6f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 12 Sep 2011 20:04:20 +0200 Subject: [PATCH] Anyone seen my brown paper bag? Signed-off-by: Uli Schlachter --- Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.cpp b/Client.cpp index 0b528694..34659e9c 100644 --- a/Client.cpp +++ b/Client.cpp @@ -338,7 +338,7 @@ void CClient::ReadLine(const CString& sData) { return; } - USERMODULECALL(OnUserMsg(sTarget, sMsg), m_pUser, NULL, this, return); + USERMODULECALL(OnUserMsg(sTarget, sMsg), m_pUser, this, return); if (!GetIRCSock()) { // Some lagmeters do a PRIVMSG to their own nick, ignore those.