Quotes
The quote system stores memorable chat moments and lets viewers (or you) recall them on demand. Quotes are managed on the Quotes page (/quotes) and used via the four quote chat commands.
Adding a quote
There are two ways:
- From chat (moderator): type
!addquote <text>in chat. AveloBot stores the quote and captures the current stream category as context. - From the web UI: click New quote on the Quotes page and fill in the fields.
Each quote gets a sequential number that's used in !quote <number> and !delquote <number>.
Recalling quotes
The chat commands cover the common cases:
| Command | Behavior |
|---|---|
!quote | Random quote |
!quote 7 | Quote number 7 |
!quote Alice | Random quote where the author/context matches Alice |
!searchquote spaghetti | Returns the numbers of quotes containing the substring |
Deleting quotes
- From chat (moderator):
!delquote <number>— permanent. - From the web UI: the row's delete button on the Quotes page.
Numbers are not reused: deleting quote #42 doesn't make the next new quote #42 — gaps are normal.