remove an unneeded assign to _

This commit is contained in:
2016-07-05 03:17:55 +01:00
parent e8853b3be9
commit 3b4a55bd93

View File

@@ -37,8 +37,6 @@ func main() {
ignoreList := strings.Split(*ignores, ",")
channelList := strings.Split(*channels, ",")
_ = ignoreList // TODO: use this
conn := irce.IRC(*nick, *ident)
conn.UseTLS = *ssl
conn.Password = *nickserv