You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
version 1 .
|
|
|
|
; Assertion.
|
|
CommandRPC = <user-settings-command @action Action @reply #!CommandReply> .
|
|
; Message.
|
|
CommandEvent = <user-settings-command @action Action> .
|
|
|
|
CommandReply = =done .
|
|
Action = <assert @item any> / <retract @item any> .
|
|
|
|
; Assertion.
|
|
Value = <user-setting @item any> .
|