]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_devoice.cpp
m_spanningtree Remove declaration for nonexistent function: OnLine()
[user/henk/code/inspircd.git] / src / modules / m_devoice.cpp
index 1d203c9fea1114202740c95d26bc331b4784e1d3..901f77b1a83b1d22a7003828381dd2f14bab83ad 100644 (file)
@@ -24,8 +24,6 @@
  *  Syntax: /DEVOICE <#chan>
  */
 
-/* $ModDesc: Provides voiced users with the ability to devoice themselves. */
-
 #include "inspircd.h"
 
 /** Handle /DEVOICE
@@ -58,11 +56,6 @@ class ModuleDeVoice : public Module
        {
        }
 
-       void init() CXX11_OVERRIDE
-       {
-               ServerInstance->Modules->AddService(cmd);
-       }
-
        Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Provides voiced users with the ability to devoice themselves.", VF_VENDOR);