summaryrefslogtreecommitdiff
path: root/modules/protocol/ratbox.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-05-28 12:11:45 -0400
committerAdam <Adam@anope.org>2014-05-28 12:22:39 -0400
commitf97e339314257fa37cfcab0c2289fb6812e32e85 (patch)
treea1c9d352a771e0bb7d39d42178a7246d6f2c5434 /modules/protocol/ratbox.cpp
parentf29e1cf383529a1a29f02b0669d973f5ee0b7a66 (diff)
parentba46b8e4abd8fef991732d5c52c858a229894a25 (diff)
Merge branch '2.0' into 2.1
Conflicts: .travis.yml src/config.cpp src/version.sh
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r--modules/protocol/ratbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp
index ec946c391..8a88e74a3 100644
--- a/modules/protocol/ratbox.cpp
+++ b/modules/protocol/ratbox.cpp
@@ -274,7 +274,7 @@ class ProtoRatbox : public Module
ModeManager::AddChannelMode(new ChannelModeStatus("OP", 'o', '@', 1));
/* l/k */
- ModeManager::AddChannelMode(new ChannelModeParam("LIMIT", 'l'));
+ ModeManager::AddChannelMode(new ChannelModeParam("LIMIT", 'l', true));
ModeManager::AddChannelMode(new ChannelModeKey('k'));
/* channel modes */