summaryrefslogtreecommitdiff
path: root/modules/protocol/bahamut.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-02 22:37:35 -0400
committerAdam <Adam@anope.org>2014-04-02 22:37:35 -0400
commitfb5c5e3442994985af92122803db7b65ed9a4097 (patch)
treed51c0e4a68297cf26bf432e02014537e54f8284b /modules/protocol/bahamut.cpp
parente357c3977463a8f510a66867a2b3dce851aa7665 (diff)
Set minus no arg on +l in all proto mods
Set oper modes/vhost on oper too, evan after iding Add umode +q to plexus
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r--modules/protocol/bahamut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp
index a114db890..72c3ee8f9 100644
--- a/modules/protocol/bahamut.cpp
+++ b/modules/protocol/bahamut.cpp
@@ -522,7 +522,7 @@ class ProtoBahamut : public Module
ModeManager::AddChannelMode(new ChannelMode("INVITE", 'i'));
ModeManager::AddChannelMode(new ChannelModeFlood('f', false));
ModeManager::AddChannelMode(new ChannelModeKey('k'));
- ModeManager::AddChannelMode(new ChannelModeParam("LIMIT", 'l'));
+ ModeManager::AddChannelMode(new ChannelModeParam("LIMIT", 'l', true));
ModeManager::AddChannelMode(new ChannelMode("MODERATED", 'm'));
ModeManager::AddChannelMode(new ChannelMode("NOEXTERNAL", 'n'));
ModeManager::AddChannelMode(new ChannelMode("PRIVATE", 'p'));