summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/commands.yaml10
-rw-r--r--share/hybbx-main.ini.example2
-rw-r--r--share/hybbx-standalone.ini.example2
-rw-r--r--share/hybbxd-main.ini.example2
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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com