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:
cflakes
2010-07-04 18:30:39 +00:00
parent b00bbdfbec
commit 2c454e5232
+1 -1
View File
@@ -67,7 +67,7 @@ public:
{
if(Nick.GetNick() == GetUser()->GetIRCNick().GetNick()
&& sMessage == "\xAE")
return HALTCORE;
return HALT;
return CONTINUE;
}