remove usued repl command 'event' (#3153)

no need to re-implement that unless there is actually some need.
This commit is contained in:
bjoern
2022-03-25 15:53:51 +01:00
committed by GitHub
parent cb19de57bb
commit 1ab81256e9
2 changed files with 1 additions and 14 deletions

View File

@@ -227,13 +227,12 @@ const CONTACT_COMMANDS: [&str; 9] = [
"unblock",
"listblocked",
];
const MISC_COMMANDS: [&str; 12] = [
const MISC_COMMANDS: [&str; 11] = [
"getqr",
"getqrsvg",
"getbadqr",
"checkqr",
"joinqr",
"event",
"fileinfo",
"clear",
"exit",