mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Anyone seen my brown paper bag?
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user