downstream: drop TODO about WHOX mask2

This is not part of the IRCv3 spec.
This commit is contained in:
Simon Ser 2024-07-08 08:24:34 +02:00
parent 9a36e6730d
commit 4682bbef66

View file

@ -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 {