From e1730d8012fca0a712de588285342f7ad10dd804 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 12:22:53 +0000 Subject: now including entertain/chess --- share/commands.yaml | 10 +++++----- share/hybbx-main.ini.example | 2 ++ share/hybbx-standalone.ini.example | 2 ++ share/hybbxd-main.ini.example | 2 ++ 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'share') diff --git a/share/commands.yaml b/share/commands.yaml index c64352e..566f281 100644 --- a/share/commands.yaml +++ b/share/commands.yaml @@ -305,14 +305,14 @@ commands: monitor: group: monitor min: Sysop - line1: "/monitor on|off|list|cmds|meet user" - line2: "Help: Live log monitor and sysop admin menu. More: /mon" + line1: "/monitor on|off|list|cmds|meet [force]" + line2: "Help: Live log follow + online list; /monitor cmds for admin verbs. Alias: /mon" chess: group: entertain - min: Guest - line1: "/chess new|join|watch|move|resign|draw|list|board" - line2: "Help: Play chess. Two players + spectators. More: /play /mv" + min: User + 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" diff --git a/share/hybbx-main.ini.example b/share/hybbx-main.ini.example index 8573620..473f79c 100644 --- a/share/hybbx-main.ini.example +++ b/share/hybbx-main.ini.example @@ -56,6 +56,8 @@ ssh = yes websocket = yes circuit = yes mains_proxy = no +; Entertain (chess) — Main only; set yes to load plugin +entertain = yes [transport.telnet] bind = 0.0.0.0 diff --git a/share/hybbx-standalone.ini.example b/share/hybbx-standalone.ini.example index 86cff32..3353892 100644 --- a/share/hybbx-standalone.ini.example +++ b/share/hybbx-standalone.ini.example @@ -61,6 +61,8 @@ baycom = yes tmodem = no ssh = yes circuit = yes +; Entertain (chess) — Main only +entertain = yes [max25] check = yes diff --git a/share/hybbxd-main.ini.example b/share/hybbxd-main.ini.example index efcadf6..1988b41 100644 --- a/share/hybbxd-main.ini.example +++ b/share/hybbxd-main.ini.example @@ -58,6 +58,8 @@ ardop = no crdop = no circuit = yes mains_proxy = no +; Entertain (chess) — Main / standalone Main only; AmigaOS build omits plugin +entertain = yes [transport.websocket] bind = 127.0.0.1 -- cgit v1.3.1