]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operlog.cpp
Delete modewatchers when unloading modules that use them to keep the server from...
[user/henk/code/inspircd.git] / src / modules / m_operlog.cpp
index e0ef99a22ed210aa6b2c927bc992dd0865754b9c..4e4aaef4d9b5291db3daeeae15beb844d69eeb25 100644 (file)
@@ -32,7 +32,7 @@ class ModuleOperLog : public Module
 
        virtual Version GetVersion()
        {
-               return Version("A module which logs all oper commands to the ircd log at default loglevel.", VF_VENDOR, API_VERSION);
+               return Version("A module which logs all oper commands to the ircd log at default loglevel.", VF_VENDOR);
        }