From 4ac124cf89b175a0c78025e97205f4ad14fcc39d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 25 Nov 2017 13:37:23 +0000 Subject: [PATCH] Fix a minor typo in core_channel. --- src/coremods/core_channel/core_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coremods/core_channel/core_channel.cpp b/src/coremods/core_channel/core_channel.cpp index 045d94a1c..3af809645 100644 --- a/src/coremods/core_channel/core_channel.cpp +++ b/src/coremods/core_channel/core_channel.cpp @@ -94,7 +94,7 @@ class CoreModChannel : public Module, public CheckExemption::EventListener } // Generate the MAXLIST token from the limits map. - std::string& buffer = tokens["MAX LIST"]; + std::string& buffer = tokens["MAXLIST"]; for (insp::flat_map::const_iterator iter = limits.begin(); iter != limits.end(); ++iter) { if (!buffer.empty()) -- 2.39.5