customprefix: config-override channel-prefix sigils per tier (customprefix = <tier> <sigil>); PREFIX/NAMES/FJOIN consistent
This commit is contained in:
parent
b4186ae08d
commit
749a1c3b69
6 changed files with 93 additions and 29 deletions
|
|
@ -103,6 +103,7 @@ 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
|
||||
Ircd {
|
||||
server,
|
||||
commands: command_table(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue