X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_noctcp.cpp;h=2f2b3d01170021fd706dbe1b764f72e1a7387b1c;hb=819147178db00008a215670992d0f532dd57f9e5;hp=1db5a3d6d15e95363cc08e232f684c189969e0ae;hpb=8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_noctcp.cpp b/src/modules/m_noctcp.cpp index 1db5a3d6d..2f2b3d011 100644 --- a/src/modules/m_noctcp.cpp +++ b/src/modules/m_noctcp.cpp @@ -2,8 +2,8 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits + * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see * the file COPYING for details. @@ -58,7 +58,7 @@ class ModuleNoCTCP : public Module if (!ServerInstance->Modes->AddMode(nc)) throw ModuleException("Could not add new modes!"); Implementation eventlist[] = { I_OnUserPreMessage, I_OnUserPreNotice, I_On005Numeric }; - ServerInstance->Modules->Attach(eventlist, this, 2); + ServerInstance->Modules->Attach(eventlist, this, 3); } virtual ~ModuleNoCTCP() @@ -88,7 +88,7 @@ class ModuleNoCTCP : public Module return 0; } - if (c->IsModeSet('C') || c->IsExtBanned(user, 'C')) + if (c->IsModeSet('C') || c->GetExtBanStatus(user, 'C') < 0) { if ((text.length()) && (text[0] == '\1')) {