Class NickServCollector

Collect a single line from the server.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

await: string

Wait for this command from the server.

from?: string

From nickname, used for NOTICE and PRIVMSG collectors.

match?: ((line: IIRCLine) => boolean)

Type declaration

Methods

  • Resolve the collector.

    Parameters

    • line: IIRCLine

      The line resolving to await

    Returns void

Generated using TypeDoc