]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_devoice.cpp
Purge the old chanlog code from the module file.
[user/henk/code/inspircd.git] / src / modules / m_devoice.cpp
index 2b5de2bd66dd2d8747e6de147a829d82893ac9c2..3405794662eb5b8efccfe8895f401c1496d6f302 100644 (file)
@@ -65,16 +65,12 @@ class ModuleDeVoice : public Module
        {
        }
 
-       void init()
+       void init() CXX11_OVERRIDE
        {
                ServerInstance->Modules->AddService(cmd);
        }
 
-       virtual ~ModuleDeVoice()
-       {
-       }
-
-       virtual Version GetVersion()
+       Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Provides voiced users with the ability to devoice themselves.", VF_VENDOR);
        }