IrcClient.connect

Connect this client to a server.

  1. void connect(Address serverAddress, in char[] password)
    class IrcClient
    void
    connect
    (
    ,
    in char[] password
    )
  2. void connect(Address serverAddress)

Parameters

serverAddress
Type: Address

address of server

password
Type: char[]

server _password, or null to specify no _password

Meta