nickserv: SET SNOTICE — opt-in server-notice-style service replies (*** NickServ: ...) sourced from the server instead of the pseudoclient
All checks were successful
CI / check (push) Successful in 3m47s

This commit is contained in:
Jean Chevronnet 2026-07-18 03:40:22 +00:00
parent 3230cdd9db
commit 6429b82fc4
No known key found for this signature in database
12 changed files with 90 additions and 11 deletions

View file

@ -200,7 +200,7 @@ pub fn import_anope(anope_path: &str, out_path: &str, node: &str) -> std::io::Re
greet: String::new(),
no_autoop: !flag(nc, "AUTOOP"),
no_protect: !flag(nc, "PROTECT"),
hide_status: flag(nc, "HIDE_MASK"),
hide_status: flag(nc, "HIDE_MASK"), snotice: false,
vhost,
vhost_request: None,
last_seen: last_seen_of.get(name).copied().unwrap_or(ts),