mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-16 09:29:44 -07:00
Merge pull request #1379 from slingamn/kline_duplicate
fix duplicated nicks in kline message
This commit is contained in:
@@ -1443,6 +1443,7 @@ func klineHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Res
|
||||
if matcher.MatchString(clientMask) {
|
||||
clientsToKill = append(clientsToKill, mcl)
|
||||
killedClientNicks = append(killedClientNicks, mcl.nick)
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user