Function IRCClient.connect

Connect to the IRC network and start the protocol loop.

void connect (
  string host,
  ushort port,
  string password = null
);

Parameters

NameDescription
host hostname/address to connect to
port port to connect on
password password to use when logging in to the network (optional)