Skip to main content

Quotes

The quote system stores notable chat moments and makes them retrievable on demand by the streamer or by chat. Quotes are managed on the Quotes page (/quotes) and recalled through 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:

CommandBehavior
!quoteRandom quote
!quote 7Quote number 7
!quote AliceRandom quote where the author/context matches Alice
!searchquote spaghettiReturns 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.