lookupQuote

Looks up a quote from bashforever.com and sends it to the appropriate nickname or channel.

Leverages the worker subthread for the heavy work.

version(WithBashPlugin)
private
void
lookupQuote
(,
const string quoteID
,)

Parameters

plugin BashPlugin

The current BashPlugin.

quoteID string

The quote ID to look up, or an empty string to look up a random quote.

event IRCEvent

The IRCEvent that triggered this lookup.