Updated flood logs to channel

This commit is contained in:
Dionysus 2023-05-09 18:26:24 -04:00
parent 33ac0dad3a
commit d07fd53462
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ link services.supernets.org {
log { log {
source { error; fatal; warn; } source { error; fatal; warn; }
destination { file "ircd.log" { maxsize 5M; } } destination { file "ircd.log" { maxsize 1M; } }
} }
log { log {
source { all; } source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
destination { channel "#services"; } destination { channel "#services"; }
} }

View File

@ -52,8 +52,8 @@ log {
} }
log { log {
source { all; } source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
destination { channel "#services"; } destination { channel "#services"; }
} }
tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } } tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }