Page MenuHomePhabricator

IrcUserMask fails to parse an extban before the client is connected
Closed, StalePublic

Description

ArgumentOutOfRangeException in IrcUserMask.ctor

Presumably because WaitOnRegistration is firing as soon as RPL_WELCOME is received and before RPL_ISUPPORT is processed.

Possibly change the check on RPL_WELCOME to a numeric > 5?