diff --git a/downstream.go b/downstream.go index c3bfec8..96fe120 100644 --- a/downstream.go +++ b/downstream.go @@ -2142,7 +2142,6 @@ func (dc *downstreamConn) handleMessageRegistered(ctx context.Context, msg *irc. // Clients will use the first mask to match RPL_ENDOFWHO endOfWhoToken := msg.Params[0] - // TODO: add support for WHOX mask2 mask := msg.Params[0] var options string if len(msg.Params) > 1 {