diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-09 12:22:53 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-09 12:22:53 +0000 |
| commit | e1730d8012fca0a712de588285342f7ad10dd804 (patch) | |
| tree | b351ae5da04fe10a211be772636b2bf8de6d49dd /share | |
| parent | a989bd16c40e04bba5a5404b0ef0cd22f19d2707 (diff) | |
now including entertain/chess
Diffstat (limited to 'share')
| -rw-r--r-- | share/commands.yaml | 10 | ||||
| -rw-r--r-- | share/hybbx-main.ini.example | 2 | ||||
| -rw-r--r-- | share/hybbx-standalone.ini.example | 2 | ||||
| -rw-r--r-- | share/hybbxd-main.ini.example | 2 |
4 files changed, 11 insertions, 5 deletions
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 <user> [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 |
