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

@ -131,6 +131,7 @@ fn to_wire(entry: &LogEntry) -> Option<ReplicationEvent> {
| Event::AccountAutoOpSet { .. }
| Event::AccountKillSet { .. }
| Event::AccountHideStatusSet { .. }
| Event::AccountSnoticeSet { .. }
| Event::AjoinAdded { .. }
| Event::AjoinRemoved { .. }
| Event::VhostSet { .. }
@ -486,7 +487,7 @@ mod tests {
memo_ignore: vec![],
memo_notify: true,
memo_limit: None,
greet: String::new(), no_autoop: false, no_protect: false, hide_status: false,
greet: String::new(), no_autoop: false, no_protect: false, hide_status: false, snotice: false,
vhost: None,
vhost_request: None,
last_seen: 111,