12 lines
294 B
Text
12 lines
294 B
Text
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> .
|