From 351e5e635e967be79383c904bf82a5f946ce6cad Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sun, 17 Dec 2023 20:06:01 +0100 Subject: [PATCH] RelayNext: Clarify how to ignore users (#112) --- RelayNext/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RelayNext/README.md b/RelayNext/README.md index 9290e46..2c73fa5 100644 --- a/RelayNext/README.md +++ b/RelayNext/README.md @@ -62,7 +62,7 @@ RelayNext supports relaying the following non-PRIVMSG events: joins, kicks, mode Note: Topic relaying will only show topic *changes* in a channel. **It does not yet sync topics between channels!** ### Ignoring users -RelayNext uses Supybot's built in ignore system. However, you can set which messages you want to ignore (from ignored users) using `config plugins.RelayNext.events.userignored`. +RelayNext uses Supybot's built in ignore system. However, you can set which messages you want to ignore (from ignored users) using `config plugins.RelayNext.events.userignored`. This is NOT a list of users to ignore, which is defined with Limnoria's global ignore system (eg. with the command `admin ignore add *!*@spammer.example`). This key takes a space separated list, and defaults to ignoring `PRIVMSG` and `MODE`. **If you want to disable the ignore feature entirely, simply set this value blank: `config plugins.RelayNext.events.userignored ""`**