permchannels: persist +P channels (modes, topic, ts, list modes) to disk and restore them at startup
This commit is contained in:
parent
978f8f8f82
commit
b451ccbfd8
4 changed files with 288 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ impl Ircd {
|
|||
server.load_xlines(); // restore persisted bans
|
||||
crate::modules::metadata::load(&mut server); // restore channel metadata
|
||||
crate::modules::reputation::load(&mut server); // restore per-IP reputation
|
||||
crate::modules::permchannels::load(&mut server); // recreate +P channels (pre-link)
|
||||
crate::modules::geoip::init(&mut server); // load the GeoIP database
|
||||
crate::modules::customprefix::init(&server); // load prefix config
|
||||
crate::mode::init_custom_prefixes(); // register any config-defined prefix modes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue