mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Made the antiidle module use HALT instead of HALTCORE so the weird messages never make it to other modules, e.g. colloquy (provided they have been loaded in the right order).
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2063 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
{
|
||||
if(Nick.GetNick() == GetUser()->GetIRCNick().GetNick()
|
||||
&& sMessage == "\xAE")
|
||||
return HALTCORE;
|
||||
return HALT;
|
||||
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user