]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_lusers.cpp
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
[user/henk/code/inspircd.git] / src / commands / cmd_lusers.cpp
index c1f35592a04b5691aaf08349b4729749aa5a7ece..ef35d1e19f4c9f0d6a3a967c372101daa9e6a82a 100644 (file)
@@ -157,8 +157,6 @@ class ModuleLusers : public Module
        void init()
        {
                ServerInstance->Modules->AddService(cmd);
-               Implementation events[] = { I_OnPostConnect, I_OnUserQuit };
-               ServerInstance->Modules->Attach(events, this, sizeof(events)/sizeof(Implementation));
                ServerInstance->Modes->AddModeWatcher(&mw);
        }