IRCClient.onConnect

Called after the connection is established, before logging in to the network.

  1. typeof(_onConnect) onConnect [@property getter]
  2. typeof(_onConnect) onConnect [@property setter]
    class IRCClient
    @property
    typeof(_onConnect)
    onConnect
    (
    typeof(_onConnect) newValue
    )

Return Value

Type: typeof(_onConnect)

whether login procedure (sending of PASSWORD, NICK and USER commands) was handled in the callback

Meta