From 61197974c5f7ce009096468b208c3abf2c25810b Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 25 Feb 2010 19:42:08 +0000 Subject: Make remote/local snomasks consistent and allow use without naming git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12568 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chancreate.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/modules/m_chancreate.cpp') diff --git a/src/modules/m_chancreate.cpp b/src/modules/m_chancreate.cpp index 251829ff7..c4c28bc30 100644 --- a/src/modules/m_chancreate.cpp +++ b/src/modules/m_chancreate.cpp @@ -22,17 +22,10 @@ class ModuleChanCreate : public Module ModuleChanCreate() { ServerInstance->SNO->EnableSnomask('j', "CHANCREATE"); - ServerInstance->SNO->EnableSnomask('J', "REMOTECHANCREATE"); Implementation eventlist[] = { I_OnUserJoin }; ServerInstance->Modules->Attach(eventlist, this, 1); } - ~ModuleChanCreate() - { - ServerInstance->SNO->DisableSnomask('j'); - ServerInstance->SNO->DisableSnomask('J'); - } - Version GetVersion() { return Version("Creates a snomask with notices whenever a new channel is created",VF_VENDOR); -- cgit v1.2.3