mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:53:13 +02:00
Made auto* chanserv privileges not hard coded.
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config
This commit is contained in:
@@ -531,6 +531,8 @@ struct IRCDMessageCapab : Message::Capab
|
||||
ModeManager::AddChannelMode(new ChannelModeStatus("", modes[t], chars[t], level--));
|
||||
}
|
||||
}
|
||||
|
||||
ModeManager::RebuildStatusModes();
|
||||
}
|
||||
else if (capab.find("MAXMODES=") != Anope::string::npos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user