QuoteSettings

All settings for a Quote plugin, gathered in a struct.

version(WithQuotePlugin)
private
@Settings
struct QuoteSettings {}

Members

Enums

Precision
enum Precision

How many units to use when reporting time in quotes.

Variables

alwaysPickFirstMatch
bool alwaysPickFirstMatch;

Whether or not a random result should be picked in case some quote search terms had multiple matches.

enabled
bool enabled;

Whether or not the Quote plugin should react to events at all.

timePrecision
Precision timePrecision;

How many units to use when reporting time in quotes.