IRCParser.toIRCEvent

Parses an IRC string into an IRCEvent.

The return type is kept as auto to infer purity. It will be pure if there are no postprocessors available, and merely @safe if there are.

Proxies the call to the top-level .toIRCEvent.

struct IRCParser
toIRCEvent
(
const string raw
)

Parameters

raw string

Raw IRC string as received from a server.

Return Value

Type: auto

A complete IRCEvent.

Meta