commit f759878f0b3a8524a624fb82419b374cc122c5cc parent 6d6c71bbb2e583410c2b15f954b90ab6b8814de5 Author: dsp <dsp@2f30.org> Date: Wed, 30 Apr 2014 19:58:58 +0100 add default #2f30 channel in the source Diffstat:
M | src/kunt/kunt.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/kunt/kunt.go b/src/kunt/kunt.go @@ -517,6 +517,7 @@ func main() { Serv: hostport[0], Port: hostport[1], Ssl: *sslon, + Channels: []string{"#2f30"}, } } else { cfg,err = irc.LoadConfig(configfile)