]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_auditorium.cpp
m_spanningtree Remove duplicate code for sending channel messages from RouteCommand()
[user/henk/code/inspircd.git] / src / modules / m_auditorium.cpp
index ae2134cc1d8f98b9dd2f5ea716fc7e6cbb2683e0..af828c130d42ff1dd8874f6eb64f25ff694638e0 100644 (file)
@@ -56,12 +56,6 @@ class ModuleAuditorium : public Module
                ServerInstance->Modules->AddService(aum);
 
                OnRehash(NULL);
-
-               Implementation eventlist[] = {
-                       I_OnUserJoin, I_OnUserPart, I_OnUserKick,
-                       I_OnBuildNeighborList, I_OnNamesListItem, I_OnSendWhoLine,
-                       I_OnRehash };
-               ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
        }
 
        void OnRehash(User* user) CXX11_OVERRIDE