operserv: REHASH reloads config live without a restart
All checks were successful
CI / check (push) Successful in 3m54s
All checks were successful
CI / check (push) Successful in 3m54s
This commit is contained in:
parent
e112b8737c
commit
64b675e61f
8 changed files with 126 additions and 1 deletions
|
|
@ -184,6 +184,7 @@ async fn main() -> Result<()> {
|
|||
let (irc_tx, irc_rx) = tokio::sync::mpsc::unbounded_channel();
|
||||
engine.lock().await.set_irc_out(irc_tx);
|
||||
engine.lock().await.set_opers(cfg.opers());
|
||||
engine.lock().await.set_config_path(path.clone());
|
||||
engine.lock().await.set_sid(cfg.server.sid.clone());
|
||||
engine.lock().await.set_guest_nick(&cfg.server.guest_nick);
|
||||
// Service pseudo-clients wear the configured host, or the server name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue