Set ident and realname for lysenko

This commit is contained in:
2016-10-15 01:30:21 +01:00
parent 3d15092e79
commit 60b647a42f

View File

@@ -37,7 +37,7 @@ func main() {
flag.Parse()
channelList := strings.Split(*channels, ",")
config := client.NewConfig(*nick)
config := client.NewConfig(*nick, "lysenko", "Comrade Trofim Lysenko")
config.Server = *host
config.Pass = *nickserv
config.SSL = *ssl