Add !grabquote [user] to quote a user's last line

This commit is contained in:
megaproxy 2026-06-04 17:36:03 +01:00
parent 52e579e364
commit 0a4edfe245
3 changed files with 40 additions and 3 deletions

View file

@ -41,6 +41,12 @@ Durable memory for this project. Read at session start, update before session en
NickServ login landed and getting bounced (477); now defers JOIN until the
`900`/"now identified" confirmation. Verified join succeeds (got 353/366).
### 2026-06-04 (cont.)
- Added `!grabquote [user]` (alias `!grab`): stores the last line a user said,
formatted `<nick> message`. Backed by an in-memory `last_lines` buffer
(per-session, resets on reconnect); bot commands are excluded from it. No-arg
form grabs the last real speaker. Offline-tested.
## External references
- Libera.Chat: <https://libera.chat> — server `irc.libera.chat:6697` (TLS).