mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add hidden command support
This commit is contained in:
@@ -55,6 +55,8 @@ pub struct ChatCommand {
|
||||
pub regex: String,
|
||||
pub op: ChatOperation,
|
||||
pub permission: ChatPermission,
|
||||
#[serde(default)]
|
||||
pub hidden: bool,
|
||||
}
|
||||
|
||||
impl super::config::SelfValidator for ChatCommand {
|
||||
|
||||
Reference in New Issue
Block a user