irc/limnoria/titlefetching: mention Fediverse as a bonus

This commit is contained in:
Aminda Suomalainen 2022-03-12 09:33:12 +02:00
parent 2b4f3e3b8f
commit 50c365d5ac
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -57,3 +57,14 @@ config channel #CHAN plugins.web.checkignored False
I may have the bot on multiple sides of relay or the user may be ignored due I may have the bot on multiple sides of relay or the user may be ignored due
to abuse so this may result into spam. to abuse so this may result into spam.
## Bonus: Fediverse
If [the Fediverse plugin is configured with secure fetch](https://github.com/progval/Limnoria/tree/master/plugins/Fediverse),
fetching Fediverse profiles/statuses/usernames can be enabled by:
```
channel #CHAN plugins.Fediverse.snarfers.profile true
channel #CHAN plugins.Fediverse.snarfers.status true
channel #CHAN plugins.Fediverse.snarfers.username true
```