IRCParser.serverUpdated

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

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

Parameters

updated bool

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

Meta