From 991e494a856f04d0f126149e95d36601c5e7a402 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sat, 6 Aug 2022 12:49:09 +0200 Subject: [PATCH] filter logs --- templates/etc/s6-services/irc-services/log/run.epp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/etc/s6-services/irc-services/log/run.epp b/templates/etc/s6-services/irc-services/log/run.epp index 60f5e08..80a5a0b 100644 --- a/templates/etc/s6-services/irc-services/log/run.epp +++ b/templates/etc/s6-services/irc-services/log/run.epp @@ -13,6 +13,19 @@ define SERVICES_MAIL_FIFO ${SERVICES_LOGDIR}/mail_fifo fdmove -c 2 1 s6-log + -- + -" USERS: .* connected to the network" + -" USERS: .* disconnected from the network" + -" USERS: .* is now away:" + -" USERS: .* is no longer away" + -" USERS: .* quit" + -" USERS: .* changed nick to" + -" USERS: .* changes modes to \+[ix]+" + -" USERS: .* is no longer identified as" + -" USERS: .* used IDENTIFY and identified for account" + -" USERS: .* is now identified as" + -" CHANNEL: .* join" + -" CHANNEL: .* create" t s1048576 S2147483648 -- 2.39.2