IRCClient.connect

Connect to the IRC network and start the protocol loop.

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

Parameters

host string

hostname/address to connect to

port ushort

port to connect on

password string

password to use when logging in to the network (optional)

Meta