]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_satopic.cpp
Purge the old chanlog code from the module file.
[user/henk/code/inspircd.git] / src / modules / m_satopic.cpp
index 61b7b03f4a696b974af0de922ef83ff5d77f5378..c15c9e91bcb4e2e911e509c108f36b5d3240fc21 100644 (file)
@@ -65,12 +65,12 @@ class ModuleSATopic : public Module
        {
        }
 
-       void init()
+       void init() CXX11_OVERRIDE
        {
                ServerInstance->Modules->AddService(cmd);
        }
 
-       virtual Version GetVersion()
+       Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Provides a SATOPIC command", VF_VENDOR);
        }