mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 14:02:27 +01:00
Propagate blacklist hit message globally. For snomask 'B',
but also for remote logging and JSON-RPC logging purposes. [skip ci]
This commit is contained in:
parent
4ec2815d0c
commit
2a70a35f13
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ log {
|
|||
tls.TLS_CERT_EXPIRING;
|
||||
/* SAMODE: needed for snomask 'o' */
|
||||
samode.SAMODE_COMMAND;
|
||||
/* Blacklist hits */
|
||||
blacklist;
|
||||
/* Never any debug messages */
|
||||
!debug;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue