diff options
| -rw-r--r-- | docs/jeeves.md | 1 | ||||
| -rw-r--r-- | scripts/gen_bots.py | 1 |
2 files changed, 2 insertions, 0 deletions
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 <N>` | 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"), |
