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
All checks were successful
CI / check (push) Successful in 3m47s
This commit is contained in:
parent
3230cdd9db
commit
6429b82fc4
12 changed files with 90 additions and 11 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue