From c227b93f43baa30ebb18ea2d08df3b486304cf16 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 15 Jun 2026 00:27:09 +0300 Subject: docs: added jeeves --- docs/jeeves.md | 1 + scripts/gen_bots.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/jeeves.md b/docs/jeeves.md index 77bd5e7..a99548c 100644 --- a/docs/jeeves.md +++ b/docs/jeeves.md @@ -36,6 +36,7 @@ in a single bot with a shared runtime-configurable settings store. | `!hunt` | Show hunt state (includes current spawn/flee times) | | `!hunt start` | Start the hunt (op/owner) | | `!hunt stop` | Stop the hunt (op/owner) | +| `!hunt idle ` | Set empty-round auto-stop threshold (0 = never) (op/owner) | ### Recipes (anyone in channel) | Command | Description | diff --git a/scripts/gen_bots.py b/scripts/gen_bots.py index ed53bc6..392251f 100644 --- a/scripts/gen_bots.py +++ b/scripts/gen_bots.py @@ -7,6 +7,7 @@ import sys BOTS = [ ("alfred", "Server management, bot control, file hosting, soju bouncer"), + ("jeeves", "DJ queue, duck hunting, recipes, news, quotes, art"), ("osterman", "Channel moderation, auto-modes, idle tracking"), ("daffy", "Duck hunting game"), ("contessa", "Recipe suggestions"), -- cgit v1.2.3