mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:03: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:
@@ -469,7 +469,11 @@ struct IRCDMessageCapab : Message::Capab
|
||||
|
||||
ChannelModeStatus *cms = anope_dynamic_static_cast<ChannelModeStatus *>(cm);
|
||||
cms->level = level--;
|
||||
|
||||
Log(LOG_DEBUG) << cms->name << " is now level " << cms->level;
|
||||
}
|
||||
|
||||
ModeManager::RebuildStatusModes();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user