From fbe0411756e5a9b9d6dccb6b8472500924899b2e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 22 Mar 2025 10:38:18 +0800 Subject: IRC sending queues --- config.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index 9a5647f..5382bbe 100644 --- a/config.go +++ b/config.go @@ -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"` -- cgit v1.2.3