chanlog: mirror the oper server-notice stream into a configured channel
This commit is contained in:
parent
1a53c5ae5a
commit
87e3d5436d
4 changed files with 28 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue