Interface IIRCConnector

Hierarchy

Properties

Methods

Properties

connected: boolean

Current connection status.

Methods

  • Connect the socket to the server.

    Returns Promise<void>

  • Forcefully disconnect the socket from the server.

    Returns Promise<void>

  • Parameters

    • event: string
    • Rest ...args: any[]

    Returns void

  • Parameters

    • event: string
    • handler: ((...args: any[]) => void)
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns void

  • Parameters

    • format: string
    • Rest ...args: any[]

    Returns void

Generated using TypeDoc