IRCParser.toIRCEvent

Parses an IRC string into an IRCEvent.

The return type is kept as auto to infer attributes. It will be pure and @safe if version Postprocessors was not declared, and @system otherwise.

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.