From b80043994c6069db02e0d2ea0ebddf6a3a32748e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 2 Jul 2024 22:27:47 +0100 Subject: [PATCH] Document exemptfromfilter in the filter mdoule. --- docs/3/modules/filter.yml | 15 +++++++++++++++ docs/4/modules/filter.yml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/3/modules/filter.yml b/docs/3/modules/filter.yml index 661cf96ed..a1b86bf3d 100644 --- a/docs/3/modules/filter.yml +++ b/docs/3/modules/filter.yml @@ -4,6 +4,21 @@ description: |- This module adds the `/FILTER` command which allows server operators to define regex matches for inappropriate phrases that are not allowed to be used in channel messages, private messages, part messages, or quit messages. configuration: +- name: exemptfromfilter + description: |- + The `` tag defines a target that is exempt from filtering. This tag can be defined as many times as required. + attributes: + - name: target + type: Text + required: true + default: null + description: |- + The target to exempt from filtering. + example: |- + ```xml + + ``` + - name: filteropts description: |- The `` tag defines settings about how the filter module should behave. This tag can only be defined once. diff --git a/docs/4/modules/filter.yml b/docs/4/modules/filter.yml index e1746f1bb..ca301eba2 100644 --- a/docs/4/modules/filter.yml +++ b/docs/4/modules/filter.yml @@ -4,6 +4,21 @@ description: |- This module adds the `/FILTER` command which allows server operators to define regex matches for inappropriate phrases that are not allowed to be used in channel messages, private messages, part messages, or quit messages. configuration: +- name: exemptfromfilter + description: |- + The `` tag defines a target that is exempt from filtering. This tag can be defined as many times as required. + attributes: + - name: target + type: Text + required: true + default: null + description: |- + The target to exempt from filtering. + example: |- + ```xml + + ``` + - name: filteropts description: |- The `` tag defines settings about how the filter module should behave. This tag can only be defined once.