1
0
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:
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
@@ -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'));