mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:23:13 +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:
@@ -650,7 +650,7 @@ class ProtongIRCd : public Module
|
||||
/* Add channel modes */
|
||||
ModeManager::AddChannelMode(new ChannelMode("INVITE", 'i'));
|
||||
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("REGMODERATED", 'M'));
|
||||
ModeManager::AddChannelMode(new ChannelMode("NOEXTERNAL", 'n'));
|
||||
|
||||
Reference in New Issue
Block a user