mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-26 15:59:24 -05:00
add punish clear command back in
This commit is contained in:
parent
439d2641f1
commit
a4becfec38
@ -1919,6 +1919,8 @@ impl VeilidAPI {
|
|||||||
|
|
||||||
if command == "list" {
|
if command == "list" {
|
||||||
self.debug_punish_list(args).await
|
self.debug_punish_list(args).await
|
||||||
|
} else if command == "clear" {
|
||||||
|
self.debug_punish_clear(args).await
|
||||||
} else {
|
} else {
|
||||||
Ok(">>> Unknown command\n".to_owned())
|
Ok(">>> Unknown command\n".to_owned())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user