onMyInfo

Handle RPL_MYINFO events.

MYINFO contains information about which *daemon* the server is running. We want that to be able to meld together a good typenums array.

It fires before RPL_ISUPPORT.

private pure @safe
void
onMyInfo
(,,
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.