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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user