add mute options to repl tool

This commit is contained in:
B. Petersen
2021-03-02 15:01:58 +01:00
committed by bjoern
parent 165c57f0a4
commit 75adbd2c8f
2 changed files with 33 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ const DB_COMMANDS: [&str; 9] = [
"housekeeping",
];
const CHAT_COMMANDS: [&str; 30] = [
const CHAT_COMMANDS: [&str; 34] = [
"listchats",
"listarchived",
"chat",
@@ -198,6 +198,10 @@ const CHAT_COMMANDS: [&str; 30] = [
"unarchive",
"pin",
"unpin",
"mute",
"unmute",
"protect",
"unprotect",
"delchat",
];
const MESSAGE_COMMANDS: [&str; 6] = [