IRCParser.clientUpdated

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

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

Return Value

Type: bool

Whether or not the internal client was updated.

Meta