From f389690fa740c47d89d2e5649934b6511495e79d Mon Sep 17 00:00:00 2001 From: Eduard Itrich Date: Thu, 26 Jan 2023 11:02:23 +0100 Subject: [PATCH] Add quote and holopin plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dbce90..cb48358 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ The plugin wishlist lives at . within a space. Useful for kicking inactive users from a private community. * [random subreddit post](https://github.com/williamkray/maubot-reddit) - A plugin that returns a random post from a given subreddit. +* [random quote](https://github.com/itrich/QuoteMaubot) - A plugin to answer with a random quote from a configurable list. +* [holopin](https://github.com/itrich/HolopinMaubot) - A plugin to issue [Holopin](https://holopin.io) badges to users. † Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)