IRCParser.this

Create a new IRCParser with the passed IRCClient and IRCServer as base context for parsing.

Initialises any Postprocessors available iff version Postprocessors is declared.

If it is not declared, this constructor is pure and @safe.

  1. this(IRCClient client, IRCServer server)
  2. this(IRCClient client, IRCServer server)
    struct IRCParser
    version(!Postprocessors)
    pure @safe
    this

See Also