watch: Removed a bit too much in r1413.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1414 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
silverleo
2009-03-07 11:24:34 +00:00
parent 036a140290
commit f52f4b2746

View File

@@ -164,6 +164,8 @@ public:
Load();
}
virtual ~CWatcherMod() {}
virtual void OnRawMode(const CNick& OpNick, CChan& Channel, const CString& sModes, const CString& sArgs) {
Process(OpNick, "* " + OpNick.GetNick() + " sets mode: " + sModes + " " +
sArgs + " on " + Channel.GetName(), Channel.GetName());