]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_showwhois.cpp
m_spanningtree Allow server-to-server command handlers to specify whether they accept...
[user/henk/code/inspircd.git] / src / modules / m_showwhois.cpp
index 5291ae59561b359bc3343e9fac2c90a68eee5fe2..bf3028c122e233febc6664b1a6596bd45ee57625 100644 (file)
@@ -87,8 +87,6 @@ class ModuleShowwhois : public Module
                sw = new SeeWhois(this, OpersOnly);
                ServerInstance->Modules->AddService(*sw);
                ServerInstance->Modules->AddService(cmd);
-               Implementation eventlist[] = { I_OnWhois };
-               ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation));
        }
 
        ~ModuleShowwhois()