Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2014-06-01 21:10:40 +01:00
+1 -1
View File
@@ -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) {