Click or drag to resize

IUser Interface

Represents a user

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public interface IUser

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyEditbox
Returns the IEditbox for the IUser/private window (can be null)
Public propertyGetChannels
Retrive all channels this IUser is in
Public propertyHasSpoken
/// Returns whether the user has spoken since joining the IChannel
Public propertyHasVoice
Get whether user has IChannel voice (+)
Public propertyHost
Get user hostname
Public propertyIdent
Get user ident
Public propertyIdleTime
/// Returns the time user last sent a message to this IChannel (UTC time)
Public propertyIsAway
Get whether user is away
Public propertyIsHalfOperator
Get whether user is IChannel half operator (%)
Public propertyIsOperator
Get whether user is IChannel operator (@)
Public propertyIsOwner
Get whether user is IChannel owner (&)
Public propertyIsPOperator
Get whether user is IChannel special operator (!)
Public propertyJoined
/// Returns the time the user joined the IChannel (UTC time)
Public propertyNick
Get user nick
Public propertyNickColor
/// Returns the nick color to use for the nick on this IChannel (UTC time)
Public propertyRealName
Get user realname
Public propertyRgbNickColor
/// Returns the rgb nick color to use for the nick on this IChannel (UTC time)
Public propertyWindow
returns the IWindow associated with this IUser
Top
See Also