aboutsummaryrefslogtreecommitdiffstats
path: root/dev-docs/jeeves.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev-docs/jeeves.md')
-rw-r--r--dev-docs/jeeves.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-docs/jeeves.md b/dev-docs/jeeves.md
index 27ba163..594793c 100644
--- a/dev-docs/jeeves.md
+++ b/dev-docs/jeeves.md
@@ -175,12 +175,12 @@ trick above.
## DJ notes
-- Track duration: read fresh on each play via `jv.cfg_val(bot, "dj_track_duration")` —
- changing `dj_track_duration` affects tracks queued after the change, not any
+- Track duration: read fresh on each play via `jv.cfg_val(bot, "dj_track_duration")`.
+ Changing `dj_track_duration` affects tracks queued after the change, not any
currently running timer.
- `!loop` (no args): shows state to anyone, no privilege check.
- `!loop on|off`: requires op (checked manually via `jv.is_authorized`).
-- Queue display: no leading indentation — `{i}. {url}` format.
+- Queue display: no leading indentation. `{i}. {url}` format.
---
@@ -210,7 +210,7 @@ trick above.
## Quotes notes
-- Quotes are stored globally in `jv_db["quotes"]` — shared across all channels.
+- Quotes are stored globally in `jv_db["quotes"]`, shared across all channels.
- Per-channel auto-post state is in `jv.chan_db(bot, channel)["quotes"]`.
- `!quote del N` uses 1-based indexing for user-facing display.
@@ -231,7 +231,7 @@ preventing the 2× vertical stretch that would otherwise occur.
## Known issues and tradeoffs
**DJ timer not persisted.** If the bot restarts mid-track the timer is lost.
-The queue survives (it's in memory only while the bot runs anyway — not stored
+The queue survives (it's in memory only while the bot runs anyway, not stored
to disk). Reissue `!play` after restart.
**Duck hunt off by default.** Unlike daffy, jeeves does not auto-start the hunt