summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-04-12 14:59:39 +0100
committerSadie Powell <sadie@witchery.services>2020-04-12 15:04:59 +0100
commita492c3d01d81854a259486879d7915e90ac31b75 (patch)
tree7ea5d8f0e01956138a293f8ae60a2e37fac7227c /src
parentdd8679b086c568f37daa1d746a972236938206ca (diff)
Get rid of the useless OPERLOG 005 token.
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_operlog.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_operlog.cpp b/src/modules/m_operlog.cpp
index 145f7e68a..3ce3734fe 100644
--- a/src/modules/m_operlog.cpp
+++ b/src/modules/m_operlog.cpp
@@ -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)