Documentation
¶
Overview ¶
Package quotes implements a plugin to save and replay quotes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Quote ¶
type Quote struct {
ID int `json:"-"` // ignore ID in JSON as it's the map key
Added, By, Text string `json:",omitempty"`
}
A Quote represents a quote text, added by a nick at a given time.
type Quotes ¶
Quotes is the main structure to hold quotes in the plugin.
Click to show internal directories.
Click to hide internal directories.