Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { Server string `yaml:"server"` Channel string `yaml:"channel"` Nick string `yaml:"nick"` TLS bool `yaml:"tls"` InsecureTLS bool `yaml:"insecure_tls"` HL []string `yaml:"hl"` User string `yaml:"user"` }
Configuration is the configuration structure
var C Configuration
C is the exported configuration
Click to show internal directories.
Click to hide internal directories.