Add !grabquote [user] to quote a user's last line
This commit is contained in:
parent
52e579e364
commit
0a4edfe245
3 changed files with 40 additions and 3 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue