diff options
author | Hendrik Jaeger <henk@frustcomp.hnjs.home.arpa> | 2022-10-12 14:33:00 +0200 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp.hnjs.home.arpa> | 2022-10-12 14:33:00 +0200 |
commit | 0484236873297e0c3fe29102a256ea7ca4c43eb4 (patch) | |
tree | d3daa293bade3eb23affd63d4d0f41903cb6263d | |
parent | fddce333b3935dd69e50b55b5f07302a33047912 (diff) |
update log filtering
-rw-r--r-- | templates/etc/s6-services/irc-services/log/run.epp | 2 |
1 files changed, 2 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 62cd236..3d83c3b 100644 --- a/templates/etc/s6-services/irc-services/log/run.epp +++ b/templates/etc/s6-services/irc-services/log/run.epp @@ -25,7 +25,9 @@ s6-log -" USERS: .* used IDENTIFY and identified for account" -" USERS: .* is now identified as" -" COMMAND: .* used IDENTIFY and identified for account" + -" COMMAND: .* used UNBAN on all channels" -" CHANNEL: .* join #.*" + -" M_SASL: .* identified to account .* using SASL" -" Anope [[:digit:].]+, build #[[:digit:]], compiled .*" -" Anope [[:digit:].]+ starting up" -"Using configuration file conf/services.conf" |