Anyone seen my brown paper bag?

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-09-12 20:04:20 +02:00
parent bdf0d19ce8
commit a3226c2954
+1 -1
View File
@@ -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.