Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Rooms []string User string Nick string Server string TLS bool CommandPrefix string EnabledModules []string Reddit RedditConfig Untappd UntappdConfig Quotes QuotesConfig Tell TellConfig Tv TvConfig Seen SeenConfig Reminders RemindersConfig }
type QuotesConfig ¶
type QuotesConfig struct {
QuotesDirectory string
}
type RedditConfig ¶
type RemindersConfig ¶
type RemindersConfig struct {
RemindersFile string
}
type SeenConfig ¶
type SeenConfig struct {
SeenFile string
}
type TellConfig ¶
type TellConfig struct {
TellFile string
}
type UntappdConfig ¶
Click to show internal directories.
Click to hide internal directories.