MyInfo

004 RPL_MYINFO response.

Members

Variables

channelModes
string channelModes;

Modes that can be set on channels.

channelModesWithParams
string channelModesWithParams;

Modes that can be set on channels that have parameters. If non-empty, it is assumed that the modes in channelModes do not have parameters.

me
User me;
Undocumented in source.
name
string name;

Server name. Typically a valid hostname, but not necessarily.

serverModes
string serverModes;

Modes that can be set on servers.

serverModesWithParams
string serverModesWithParams;

Modes that can be set on servers that have parameters. If non-empty, it is assumed that the modes in serverModes do not have parameters.

userModes
string userModes;

Modes that can be set on users.

userModesWithParams
string userModesWithParams;

Modes that can be set on users that have parameters. If non-empty, it is assumed that the modes in userModes do not have parameters.

version_
string version_;

Version string of the software run by server.

Meta