mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
remove usued repl command 'event' (#3153)
no need to re-implement that unless there is actually some need.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user