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.
Raw IRC string as received from a server.
A complete IRCEvent.
See Implementation
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.