From: Peter Powell Date: Sat, 25 Nov 2017 13:37:23 +0000 (+0000) Subject: Fix a minor typo in core_channel. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=4ac124cf89b175a0c78025e97205f4ad14fcc39d;p=user%2Fhenk%2Fcode%2Finspircd.git Fix a minor typo in core_channel. --- 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())