onISUPPORT

Handles RPL_ISUPPORT events.

RPL_ISUPPORT contains a bunch of interesting information that changes how we look at the IRCServer. Notably which *network* the server is of and its max channel and nick lengths, and available modes. Then much more that we're currently ignoring.

private pure @safe
void
onISUPPORT
(,,
ref string slice
)

Parameters

parser IRCParser

Reference to the current IRCParser.

event IRCEvent

Reference to the IRCEvent to continue working on.

slice string

Reference to the slice of the raw IRC string.

Throws

IRCParseException if something could not be parsed or converted.