IrcClient.User

A user that we know of.

class IrcClient
private protected public
struct User {}

Members

Variables

channelsJoined
int channelsJoined;

Number of channels that we can see the user in.

hostname
string hostname;
realname
string realname;

User information.

username
string username;

User information.

Meta