IChannelUser Properties

AdiIRC API v2

IChannelUser Properties

The IChannelUser type exposes the following members.

Properties
  NameDescription
Public propertyGetChannels
Retrive all channels this IUser is joined.
(Inherited from IUser.)
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.
(Inherited from IUser.)
Public propertyIdent
Get user ident.
(Inherited from IUser.)
Public propertyIdleTime
Returns the time user last sent a message to this IChannel (UTC time)
Public propertyIsAway
Get whether user is away.
(Inherited from IUser.)
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.
(Inherited from IUser.)
Public propertyNickColor
Returns the (0-15 numeric) nick color to use for the nick on this IChannel
Public propertyRealName
Get user realname.
(Inherited from IUser.)
Public propertyRgbNickColor
Returns the rgb nick color (RRGGBB format) to use for the nick on this IChannel
Top
See Also