Interface IIRCServerData

Hierarchy

  • IIRCServerData

Properties

name: string

(true host)Name of this server.

network?: string

Name of the IRC network. May not be present.

serverSupports: Record<string, unknown>

Everything this server supports. See IRC documentation for command 005 or RPL_ISUPPORT for more info.

supportedModes: Record<string, string>

Supported channel user modes from the server (e.g. ohv: @%+)

Generated using TypeDoc