1
0
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:
NG (Graham)
2026-01-04 17:13:31 -05:00
parent 2e0c6b2b62
commit 09c1d2b344
2 changed files with 6 additions and 1 deletions

View File

@@ -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 {