mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
autoreply: Honor RFC 2812.
There must not be autoreply for notices. Thanks to nyuszika7h for noticing this.
This commit is contained in:
@@ -63,11 +63,6 @@ public:
|
||||
PutIRC("PRIVMSG " + sNick + " :" + GetReply());
|
||||
}
|
||||
|
||||
virtual EModRet OnPrivNotice(CNick& Nick, CString& sMessage) {
|
||||
Handle(Nick.GetNick());
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
virtual EModRet OnPrivMsg(CNick& Nick, CString& sMessage) {
|
||||
Handle(Nick.GetNick());
|
||||
return CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user