chanlog: mirror the oper server-notice stream into a configured channel

This commit is contained in:
Jean Chevronnet 2026-08-09 23:19:29 +00:00
parent 1a53c5ae5a
commit 87e3d5436d
4 changed files with 28 additions and 0 deletions

View file

@ -729,6 +729,7 @@ impl Server {
for o in opers {
self.deliver_server_notice(o, msg, &jval);
}
crate::modules::chanlog::tee(self, msg);
}
/// Broadcast a `*** msg` server NOTICE to *every* registered local user — for