repl: add openfile command

This commit is contained in:
Franz Heinzmann (Frando)
2020-06-13 22:49:18 +02:00
parent 401a0fd37f
commit 1350495574
4 changed files with 24 additions and 2 deletions

View File

@@ -186,9 +186,10 @@ const CHAT_COMMANDS: [&str; 26] = [
"unpin",
"delchat",
];
const MESSAGE_COMMANDS: [&str; 8] = [
const MESSAGE_COMMANDS: [&str; 9] = [
"listmsgs",
"msginfo",
"openfile",
"listfresh",
"forward",
"markseen",