]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a minor typo in core_channel.
authorPeter Powell <petpow@saberuk.com>
Sat, 25 Nov 2017 13:37:23 +0000 (13:37 +0000)
committerPeter Powell <petpow@saberuk.com>
Sat, 25 Nov 2017 13:37:23 +0000 (13:37 +0000)
src/coremods/core_channel/core_channel.cpp

index 045d94a1c93f301a7e66a421077542ee54540594..3af809645e8fbb4fa8110d4b4aa218ae18a0c27b 100644 (file)
@@ -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<int, std::string>::const_iterator iter = limits.begin(); iter != limits.end(); ++iter)
                {
                        if (!buffer.empty())