IrcUserRegistrationInfo
Defined in IrcDotNet.dll.
Provides information used by an IrcClient for registering the connection as a user.
Instance members
Instance member | Description |
RealName()
Signature: unit -> unit
|
Gets or sets the real name of the local user to set upon registration. The real name cannot later be changed. |
UserModes()
Signature: unit -> unit
|
Gets or sets the modes of the local user to set initially. The collection should not contain any characters except 'w' or 'i'. The modes can be changed after registration. |
UserName()
Signature: unit -> unit
|
Gets or sets the user name of the local user to set upon registration. The user name cannot later be changed. |