1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:23:12 +02:00

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
This commit is contained in:
Adam
2014-04-02 22:37:35 -04:00
parent e357c39774
commit fb5c5e3442
6 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -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 */