diff options
author | Peter Powell <petpow@saberuk.com> | 2017-11-25 13:37:23 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-11-25 13:37:23 +0000 |
commit | 4ac124cf89b175a0c78025e97205f4ad14fcc39d (patch) | |
tree | 7fe774b05bc3ff639f627fe8cb02b298dfb578e1 /src/coremods | |
parent | 8bc03773ca9f82a8f3371b4c65392f8921dc3e44 (diff) |
Fix a minor typo in core_channel.
Diffstat (limited to 'src/coremods')
-rw-r--r-- | src/coremods/core_channel/core_channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<int, std::string>::const_iterator iter = limits.begin(); iter != limits.end(); ++iter) { if (!buffer.empty()) |