From 7815183927ecb914de430a5d64f9df27a48f49ae Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 12:42:59 +0000 Subject: now including entertain/chess --- share/commands.yaml | 5 +++++ share/hybbx-main.ini.example | 6 ++++-- share/hybbx-standalone.ini.example | 6 ++++-- share/hybbxd-main.ini.example | 6 ++++-- 4 files changed, 17 insertions(+), 6 deletions(-) (limited to 'share') diff --git a/share/commands.yaml b/share/commands.yaml index 566f281..008bb4b 100644 --- a/share/commands.yaml +++ b/share/commands.yaml @@ -314,6 +314,11 @@ commands: line1: "/chess new|join|watch|move|board|resign|draw|list|leave|clear" line2: "Help: Entertain chess (Main). Moves: /chess move e2 e4 or /mv e2e4. Alias: /play" + proxychess: + group: entertain + min: User + line1: "/proxychess …" + line2: "Help: Stub — chess via mains_proxy mesh (not implemented yet)." diff --git a/share/hybbx-main.ini.example b/share/hybbx-main.ini.example index 473f79c..b6bb6ae 100644 --- a/share/hybbx-main.ini.example +++ b/share/hybbx-main.ini.example @@ -56,8 +56,10 @@ ssh = yes websocket = yes circuit = yes mains_proxy = no -; Entertain (chess) — Main only; set yes to load plugin -entertain = yes + +; Entertain area (chess built-in) — Main / standalone Main only +[entertain] +enabled = yes [transport.telnet] bind = 0.0.0.0 diff --git a/share/hybbx-standalone.ini.example b/share/hybbx-standalone.ini.example index 3353892..86ed314 100644 --- a/share/hybbx-standalone.ini.example +++ b/share/hybbx-standalone.ini.example @@ -61,8 +61,10 @@ baycom = yes tmodem = no ssh = yes circuit = yes -; Entertain (chess) — Main only -entertain = yes + +; Entertain area (chess built-in) — Main / standalone Main only +[entertain] +enabled = yes [max25] check = yes diff --git a/share/hybbxd-main.ini.example b/share/hybbxd-main.ini.example index 1988b41..8ce2db0 100644 --- a/share/hybbxd-main.ini.example +++ b/share/hybbxd-main.ini.example @@ -58,8 +58,10 @@ ardop = no crdop = no circuit = yes mains_proxy = no -; Entertain (chess) — Main / standalone Main only; AmigaOS build omits plugin -entertain = yes + +; Entertain area (chess built-in) — Main / standalone Main only +[entertain] +enabled = yes [transport.websocket] bind = 127.0.0.1 -- cgit v1.3.1