IRCParser.serverUpdated

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

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

Return Value

Type: bool

Whether or not the internal server was updated.

Meta