Documentation ¶
Index ¶
- Constants
- Variables
- func ConnectQuoteDB(filename string) *sql.DB
- func Nick(source string) (string, error)
- func PyResult(config *data.Config, statement string) (string, error)
- func ReplyAdvice(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyAsk(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyBeertime(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyDay(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyDdg(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyGIF(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyJira(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyPing(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyPy(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyQuote(pm data.Privmsg, config *data.Config) (string, error)
- func ReplySlap(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyTime(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyTitle(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyUd(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyVer(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyWA(pm data.Privmsg, config *data.Config) (string, error)
- func ReplyWik(pm data.Privmsg, config *data.Config) (string, error)
- func WAResult(config *data.Config, query string) (*data.WA, error)
Constants ¶
View Source
const ( TIME = "time" LOCAL_TIME = "local time" RESULT = "Result" )
View Source
const (
VERSION = "0.3.6"
)
Variables ¶
View Source
var QuoteDB *sql.DB = nil
Functions ¶
func ConnectQuoteDB ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.