diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-08-06 12:49:09 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-08-06 12:49:09 +0200 |
commit | 991e494a856f04d0f126149e95d36601c5e7a402 (patch) | |
tree | 6c4780c11f94a38c5e4ac4cf68fb6083cd0a8fb2 | |
parent | 7d5c97208d288cd545d479c30ebcc9298b3a457c (diff) |
filter logs
-rw-r--r-- | templates/etc/s6-services/irc-services/log/run.epp | 13 |
1 files changed, 13 insertions, 0 deletions
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 |