]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operlevels.cpp
m_timedbans Notice user when trying to set a ban that's already set
[user/henk/code/inspircd.git] / src / modules / m_operlevels.cpp
index 4fc4c6aef7b8f97654a53b81e2ebb92d9916a104..569defd498af9377a9dd5949bddf0b33a1dad357 100644 (file)
@@ -27,7 +27,7 @@
 class ModuleOperLevels : public Module
 {
        public:
-               ModuleOperLevels()
+               void init()
                {
                        ServerInstance->Modules->Attach(I_OnKill, this);
                }