ConnectionParameters

A struct containing details about a connection.

Members

Variables

hostname
string hostname;

The hostname or address of the IRC server.

password
string password;

The password for the server, if any.

port
ushort port;

The port of the server.

realname
string realname;

The realname as returned by the WHOIS command.

username
string username;

The username, later used by the server in this connection's hostmask.

Meta