summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-09 12:42:59 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-09 12:42:59 +0000
commit7815183927ecb914de430a5d64f9df27a48f49ae (patch)
tree1f75384f4b54998476f9d2e8219b8570c3f8f650 /share
parente1730d8012fca0a712de588285342f7ad10dd804 (diff)
now including entertain/chess
Diffstat (limited to 'share')
-rw-r--r--share/commands.yaml5
-rw-r--r--share/hybbx-main.ini.example6
-rw-r--r--share/hybbx-standalone.ini.example6
-rw-r--r--share/hybbxd-main.ini.example6
4 files changed, 17 insertions, 6 deletions
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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com