From e9d87838590a02c7ca028fad8cd16e42a582dd32 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 01:00:17 -0400 Subject: feat: self-signed certificates --- data/help/queue_silently.yaml | 15 --------------- data/help/show_queued_cmds.yaml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 data/help/queue_silently.yaml create mode 100644 data/help/show_queued_cmds.yaml (limited to 'data') diff --git a/data/help/queue_silently.yaml b/data/help/queue_silently.yaml deleted file mode 100644 index f1ca8b6..0000000 --- a/data/help/queue_silently.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: "queue_silently" -category: "Options" -description: | - Controls whether queued game actions produce confirmation messages. - - When on (default): No message is shown when you queue an action. The action - simply executes on the next game tick without fanfare. - - When off: A brief "You prepare to X." message is shown for each queued - action, confirming that it has been added to the queue. - - Usage: option queue_silently on - option queue_silently off - - See also: help queued, help actions, help option diff --git a/data/help/show_queued_cmds.yaml b/data/help/show_queued_cmds.yaml new file mode 100644 index 0000000..7f2a26a --- /dev/null +++ b/data/help/show_queued_cmds.yaml @@ -0,0 +1,15 @@ +name: "show_queued_cmds" +category: "Options" +description: | + Controls whether queued game actions show confirmation messages. + + When on: A brief "You prepare to X." message is shown for each queued + action, confirming that it has been added to the queue. + + When off (default): No message is shown when you queue an action. The action + simply executes on the next game tick without fanfare. + + Usage: option show_queued_cmds on + option show_queued_cmds off + + See also: help queued, help actions, help option -- cgit v1.2.3