RelayNext: Clarify how to ignore users (#112)

This commit is contained in:
Val Lorentz 2023-12-17 20:06:01 +01:00 committed by GitHub
parent ad7704c49f
commit 351e5e635e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ""`**