mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Merge branch 'master' of github.com:znc/znc
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
return;
|
||||
|
||||
m_Messaged.AddItem(sNick);
|
||||
PutIRC("PRIVMSG " + sNick + " :" + GetReply());
|
||||
PutIRC("NOTICE " + sNick + " :" + GetReply());
|
||||
}
|
||||
|
||||
virtual EModRet OnPrivMsg(CNick& Nick, CString& sMessage) {
|
||||
|
||||
Reference in New Issue
Block a user