From c70818fef2da408d743700c7f70e3bab1f5e555e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 2 Nov 2018 01:21:22 +0200 Subject: [PATCH] Update plugin list and add link to API spec --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e4b33..78586d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # maubot A plugin-based [Matrix](https://matrix.org) bot system written in Python. +Management API spec: [maubot.xyz/spec](https://maubot.xyz/spec) + ## Discussion Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net) @@ -12,12 +14,12 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net) * [media](https://github.com/maubot/media) - A bot that replies with the MXC URI of images you send it. * [dice](https://github.com/maubot/dice) - A combined dice rolling and calculator bot. * [karma](https://github.com/maubot/karma) - A user karma tracker bot. +* [echo](https://github.com/maubot/echo) - A bot that echoes pings and other stuff. ### Upcoming * rss - A bot that posts new RSS entries to rooms. * dictionary - A bot to get the dictionary definitions of words. * poll - A simple poll bot. -* echo - A very simple echo bot. * reminder - A bot to ping you about something after a certain amount of time. * github - A GitHub client and webhook receiver bot. * wolfram - A Wolfram Alpha bot