customprefix: data-driven prefix engine — define arbitrary new prefix modes (letter/prefix/rank/ranktoset/ranktounset/depriv), ranks re-spaced x10; built-in tiers + defaults unchanged
This commit is contained in:
parent
d35a2071a6
commit
b40c523b87
5 changed files with 256 additions and 102 deletions
|
|
@ -103,7 +103,8 @@ impl Ircd {
|
|||
crate::modules::metadata::load(&mut server); // restore channel metadata
|
||||
crate::modules::reputation::load(&mut server); // restore per-IP reputation
|
||||
crate::modules::geoip::init(&mut server); // load the GeoIP database
|
||||
crate::modules::customprefix::init(&server); // load prefix-sigil overrides
|
||||
crate::modules::customprefix::init(&server); // load prefix config
|
||||
crate::mode::init_custom_prefixes(); // register any config-defined prefix modes
|
||||
Ircd {
|
||||
server,
|
||||
commands: command_table(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue