mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user