| IUser Interface | 
Namespace: AdiIRCAPI
 Syntax
SyntaxThe IUser type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Editbox | 
            Returns the IEditbox for the IUser/private window (can be null)
             | 
|  | GetChannels | 
            Retrive all channels this IUser is in
             | 
|  | HasSpoken | 
            /// Returns whether the user has spoken since joining the IChannel
             | 
|  | HasVoice | 
            Get whether user has IChannel voice (+)
             | 
|  | Host | 
            Get user hostname
             | 
|  | Ident | 
            Get user ident
             | 
|  | IdleTime | 
            /// Returns the time user last sent a message to this IChannel (UTC time)
             | 
|  | IsAway | 
            Get whether user is away
             | 
|  | IsHalfOperator | 
            Get whether user is IChannel half operator (%)
             | 
|  | IsOperator | 
            Get whether user is IChannel operator (@)
             | 
|  | IsOwner | 
            Get whether user is IChannel owner (&)
             | 
|  | IsPOperator | 
            Get whether user is IChannel special operator (!)
             | 
|  | Joined | 
            /// Returns the time the user joined the IChannel (UTC time)
             | 
|  | Nick | 
            Get user nick
             | 
|  | NickColor | 
            /// Returns the nick color to use for the nick on this IChannel (UTC time)
             | 
|  | RealName | 
            Get user realname
             | 
|  | RgbNickColor | 
            /// Returns the rgb nick color to use for the nick on this IChannel (UTC time)
             | 
|  | Window | 
            returns the IWindow associated with this IUser
             | 
 See Also
See Also