diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -36,9 +36,13 @@ var config struct { Root string `scfg:"root"` } `scfg:"ssh"` IRC struct { - Net string `scfg:"net"` - Addr string `scfg:"addr"` - TLS bool `scfg:"tls"` + Net string `scfg:"net"` + Addr string `scfg:"addr"` + TLS bool `scfg:"tls"` + SendQ uint `scfg:"sendq"` + Nick string `scfg:"nick"` + User string `scfg:"user"` + Gecos string `scfg:"gecos"` } `scfg:"irc"` General struct { Title string `scfg:"title"` |