remove an unneeded assign to _
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user