autoreply: Honor RFC 2812.

There must not be autoreply for notices.

Thanks to nyuszika7h for noticing this.
This commit is contained in:
Alexey Sokolov
2011-11-29 18:45:27 +07:00
parent 142fdeed33
commit eb66e58028
-5
View File
@@ -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;