]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_taxonomy.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_taxonomy.cpp
index 1fb4f886eae83ac17e23a360e82c6a80fa76f83a..439909ce2dac4cb0651d11996d88f93c88ee6051 100644 (file)
@@ -65,6 +65,8 @@ class ModuleTaxonomy : public Module
                // Create a new command
                newcommand = new CommandTaxonomy(ServerInstance, this, claimed);
                ServerInstance->AddCommand(newcommand);
+               Implementation eventlist[] = { I_ProtoSendMetaData };
+               ServerInstance->Modules->Attach(eventlist, this, 1);
        }
 
        void Implements(char* List)