This PR adds support for making the "password" optional for connecting to an IRC server. If the password is not provided, the server will not issue a EmptyPasswordError, but will instead issue a InvalidPasswordError if the base64 decoded password is < 60 bytes
This PR adds support for making the "password" optional for connecting to an IRC server. If the password is not provided, the server will not issue a
EmptyPasswordError
, but will instead issue aInvalidPasswordError
if the base64 decoded password is < 60 bytes