diff options
author | Adam <Adam@anope.org> | 2014-04-02 22:37:35 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-02 22:37:35 -0400 |
commit | fb5c5e3442994985af92122803db7b65ed9a4097 (patch) | |
tree | d51c0e4a68297cf26bf432e02014537e54f8284b /modules/protocol/bahamut.cpp | |
parent | e357c3977463a8f510a66867a2b3dce851aa7665 (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.cpp | 2 |
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')); |