IRCParser.clientUpdated

Wrapper for backwards compatibility with pre-bitfield update-signaling.

  1. bool clientUpdated()
  2. void clientUpdated(bool updated)
    struct IRCParser
    version(FlagAsUpdated)
    pragma(inline, true) pure @safe @nogc nothrow
    void
    clientUpdated
    (
    const bool updated
    )

Parameters

updated bool

Whether or not the internal client should be flagged as updated.

Meta