custom maubot plugin specifically for the continuwuity rooms
Find a file
2025-11-21 16:59:04 +00:00
continuwuitybot Don't auto-respond to message edits 2025-11-21 16:21:38 +00:00
.gitignore Initial commit 2025-04-22 03:58:40 +01:00
base-config.yaml Make bot automatically wastebin react auto responses 2025-11-19 10:26:37 +00:00
LICENSE Initial commit 2025-04-22 03:58:40 +01:00
maubot.yaml Add resolve command 2025-11-19 11:48:37 +00:00
README.md Add a README 2025-11-21 16:59:04 +00:00
requirements.txt Fix botty wastebin reacting the wrong event 2025-11-21 16:19:34 +00:00

Botty

A maubot plugin, specifically designed for the continuwuity community rooms. The user @bot:continuwuity.org runs this plugin.

Commands

  • !resolve <server_name> - Performs client-to-server & server-to-server resolution on a given server name, displaying some information about the server if successful, or presenting some error information if not.

Auto-responses

  • MSCXXXX - When MSCXXXX is found in a message, such as MSC1234, the bot will look up the corresponding Matrix Spec Change (MSC) and respond with a link, title, and list of tags associated with the MSC. Multiple MSCs in a single message will respond in the same list.
  • !XXX or #XXX - When an issue or pull request is referenced in a message, such as !1234 or #5678, the bot will look up the corresponding issue or pull request on the default repository (configurable) and respond with a link, title, and tags associated with the issue or pull request. Multiple references in a single message will respond in the same list. The destination repo can be specified by prefixing the delimiter with the repo name, such as continuwuity!1234 or continuwuation/ruwuma!5678. Cross-forge references are not supported yet.

Questions etc

Ask in #offtopic:continuwuity.org.