From f77328911155cfce066cbfc570ff9a03b34d17c2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 2 Dec 2017 15:49:35 +0200 Subject: [PATCH] Add bot commands to feature list --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2e6289..43d685a5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ If you don't know the MXID of the puppet, you can search for users using the `se * Matrix → Telegram * [x] Plaintext messages * [x] Formatted messages - * [x] Mentions + * [x] Bot commands (!command -> /command) + * [x] Mentions * [x] Locations * [ ] Images * [ ] Files @@ -55,7 +56,8 @@ If you don't know the MXID of the puppet, you can search for users using the `se * Telegram → Matrix * [x] Plaintext messages * [x] Formatted messages - * [x] Mentions + * [x] Bot commands (/command -> !command) + * [x] Mentions * [x] Images * [x] Locations * [ ] Stickers (somewhat works through document upload, no preview though) @@ -82,3 +84,4 @@ If you don't know the MXID of the puppet, you can search for users using the `se * Misc * [ ] Use optional bot to relay messages for unauthenticated Matrix users * [ ] Properly handle upgrading groups to supergroups + * [ ] Handle public channel username changes