unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 17c100d8f5834c4ebd93cfeef895ca95144582ef
parent 252e8547f4bc206f9f1323a323231db192a3f9b1 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 3 Apr 2022 11:22:29 -0400 Fixed snomasks.conf (thanks syszopfor the clarification) Diffstat:
|
1 file changed, 15 insertions(+), 0 deletions(-) |
diff --git a/doc/conf/snomasks.conf b/doc/conf/snomasks.conf @@ -30,6 +30,21 @@ log { destination { snomask o; } } +# NOTE: These are not being used & are for the nomatch above +log { + source { + join.LOCAL_CLIENT_JOIN; + join.REMOTE_CLIENT_JOIN; + kick.LOCAL_CLIENT_KICK; + kick.REMOTE_CLIENT_KICK; + nick.LOCAL_NICK_CHANGE; + nick.REMOTE_NICK_CHANGE; + part.LOCAL_CLIENT_PART; + part.REMOTE_CLIENT_PART; + } + destination { snomask x; } +} + log { source { !debug; |