Documentation ¶
Index ¶
- func AddQuote(db database.Connector, channel, quoteStr string) error
- func DelQuote(db database.Connector, channel string, quoteIdx int) error
- func GetChannelQuotes(db database.Connector, channel string) ([]string, error)
- func GetMaxQuoteIdx(db database.Connector, channel string) (int, error)
- func GetQuote(db database.Connector, channel string, quote int) (int, string, error)
- func GetQuoteRaw(db database.Connector, channel string, quoteIdx int) (int, int64, string, error)
- func Register(args plugins.RegistrationArguments) error
- func SetQuotes(db database.Connector, channel string, quotes []string) error
- func UpdateQuote(db database.Connector, channel string, idx int, quoteStr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChannelQuotes ¶
func GetQuoteRaw ¶
func Register ¶
func Register(args plugins.RegistrationArguments) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.