virc.numerics.sasl

Members

Functions

parseNumeric
auto parseNumeric(T input)

Format is 900 <nick> <nick>!<ident>@<host> <account> :You are now logged in as <user>

parseNumeric
auto parseNumeric(T input)

Format is 901 <nick> <nick>!<ident>@<host> :You are now logged out

parseNumeric
void parseNumeric(T )

SASL numerics that don't have any parsable information.

parseNumeric
auto parseNumeric(T input)

RPL_SASLMECHS. This is sent in response to a request for a mechanism the server does not support, and will list any mechanisms that are available.

Meta