From e4cb2d458d30845213347d9ba37f71d7d44415f2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 13 Feb 2018 01:02:40 +0200 Subject: [PATCH] Add clean-rooms to help text --- mautrix_telegram/commands/meta.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mautrix_telegram/commands/meta.py b/mautrix_telegram/commands/meta.py index 6f38dc3d..2fb310f7 100644 --- a/mautrix_telegram/commands/meta.py +++ b/mautrix_telegram/commands/meta.py @@ -69,6 +69,7 @@ def help(evt): **delete-portal** - Forget the current portal room. Only works for group chats; to delete a private chat portal, simply leave the room. **group-name** <_name_|`-`> - Change the username of a supergroup/channel. To disable, use a dash - (`-`) as the name. + (`-`) as the name. +**clean-rooms** - Clean up unused portal/management rooms. """ return evt.reply(management_status + help)