mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-12-25 15:56:38 +00:00
Updated flood logs to channel
This commit is contained in:
parent
33ac0dad3a
commit
d07fd53462
@ -19,11 +19,11 @@ link services.supernets.org {
|
||||
|
||||
log {
|
||||
source { error; fatal; warn; }
|
||||
destination { file "ircd.log" { maxsize 5M; } }
|
||||
destination { file "ircd.log" { maxsize 1M; } }
|
||||
}
|
||||
|
||||
log {
|
||||
source { all; }
|
||||
source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
|
||||
destination { channel "#services"; }
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@ log {
|
||||
}
|
||||
|
||||
log {
|
||||
source { all; }
|
||||
source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
|
||||
destination { channel "#services"; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user