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.