mirror of
https://github.com/znc/znc.git
synced 2026-05-10 07:14:43 +02:00
return CONTINUE in OnChanMsg()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@307 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ public:
|
||||
|
||||
PutModule(sMessage);
|
||||
|
||||
return HALTCORE;
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
virtual void OnModCommand(const CString& sCommand) {
|
||||
|
||||
Reference in New Issue
Block a user