]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Get rid of the useless OPERLOG 005 token.
authorSadie Powell <sadie@witchery.services>
Sun, 12 Apr 2020 13:59:39 +0000 (14:59 +0100)
committerSadie Powell <sadie@witchery.services>
Sun, 12 Apr 2020 14:04:59 +0000 (15:04 +0100)
src/modules/m_operlog.cpp

index 145f7e68ae69fb9710dff904ed67aef6e674c3f3..3ce3734fe72becf479a211a056cec60bf0bfb2b8 100644 (file)
@@ -66,12 +66,6 @@ class ModuleOperLog : public Module
 
                return MOD_RES_PASSTHRU;
        }
-
-       void On005Numeric(std::map<std::string, std::string>& tokens) CXX11_OVERRIDE
-       {
-               tokens["OPERLOG"];
-       }
-
 };
 
 MODULE_INIT(ModuleOperLog)