Skip to content

Commit

Permalink
adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSW committed May 6, 2023
1 parent d9fa1f8 commit 3405a36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ There are two main concepts to understand before using filters:
**Filters:**
You can have 0-n filters configured in CFTools Relay.
Filters are evaluated independently of each other.
If at least one filter matches a specific webhook event received from CFTools Cloud, this event will be relayed to Discord.
That means, filters are combined with an OR operator.
CFTools-Relay will go through each filter one-by-one to match the event against.
Each matching filter will be processed, which means that the filters are combined with an OR operator.
Because of that, if you define multiple filters which would match a single event, the event may be relayed multiple times as well.
The only required field for filters is the event name this filter should apply to.

**Rules:**
Expand Down

0 comments on commit 3405a36

Please sign in to comment.