Properties | |
| String | Nick [get] |
| Get user nick. | |
| String | Ident [get] |
| Get user ident. | |
| String | Host [get] |
| Get user hostname. | |
| String | RealName [get] |
| Get user realname. | |
| Boolean | IsOperator [get] |
| Get weither user is IChannel operator (@). | |
| Boolean | IsPOperator [get] |
| Get weither user is IChannel special operator (!). | |
| Boolean | IsOwner [get] |
| Get weither user is IChannel owner (&). | |
| Boolean | HasVoice [get] |
| Get weither user has IChannel voice (+). | |
| Boolean | IsHalfOperator [get] |
| Get weither user is IChannel half operator (%). | |
| Boolean | IsAway [get] |
| Get weither user is away. | |
| ICollection | Channels [get] |
| Retrive all channels this IUser is in. | |
String AdiIRCAPI.IUser.Nick [get] |
Get user nick.
String AdiIRCAPI.IUser.Ident [get] |
Get user ident.
String AdiIRCAPI.IUser.Host [get] |
Get user hostname.
String AdiIRCAPI.IUser.RealName [get] |
Get user realname.
Boolean AdiIRCAPI.IUser.IsOperator [get] |
Get weither user is IChannel operator (@).
Boolean AdiIRCAPI.IUser.IsPOperator [get] |
Get weither user is IChannel special operator (!).
Boolean AdiIRCAPI.IUser.IsOwner [get] |
Get weither user is IChannel owner (&).
Boolean AdiIRCAPI.IUser.HasVoice [get] |
Get weither user has IChannel voice (+).
Boolean AdiIRCAPI.IUser.IsHalfOperator [get] |
Get weither user is IChannel half operator (%).
Boolean AdiIRCAPI.IUser.IsAway [get] |
Get weither user is away.
ICollection AdiIRCAPI.IUser.Channels [get] |
Retrive all channels this IUser is in.