matrix/maubot: remove hookshotism

This commit is contained in:
Aminda Suomalainen 2023-06-09 14:46:17 +03:00
parent d72d5833e2
commit 522745e024
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Replace X with the feed ID seen in `!rss subscriptions`:
- Matrix: `!rss template X [$feed_title]($feed_link): [$title]($link) ($date) $summary`
- IRC: `!rss template X $link $feed_title: $title ($date) $summary`
- Line length is limited so if the URL is long, it's the most important thing.
- IRCish: `"template": "$title $link $summary $date $feed_title",`
- IRCish: `!rss template X $title $link $summary $date $feed_title`
- Still compatibleish with IRC, but in case the client has preview, it may be more useful now.
Note: at the time of writing `$author` is not supported?