From 9a132559c44f025c0a73915b3fe418751294089b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 22 Mar 2025 02:31:41 +0800 Subject: Add rudimentary IRC logic --- config.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index 8cd76c9..9a5647f 100644 --- a/config.go +++ b/config.go @@ -35,6 +35,11 @@ var config struct { Key string `scfg:"key"` Root string `scfg:"root"` } `scfg:"ssh"` + IRC struct { + Net string `scfg:"net"` + Addr string `scfg:"addr"` + TLS bool `scfg:"tls"` + } `scfg:"irc"` General struct { Title string `scfg:"title"` } `scfg:"general"` -- cgit v1.2.3