IChannelUser Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IChannelUser : IUser
The IChannelUser type exposes the following members.
Name | Description | |
---|---|---|
GetChannels |
Retrive all channels this IUser is joined.
(Inherited from IUser.) | |
HasSpoken |
Returns whether the user has spoken since joining the IChannel
| |
HasVoice |
Get whether user has IChannel voice (+)
| |
Host |
Get user hostname.
(Inherited from IUser.) | |
Ident |
Get user ident.
(Inherited from IUser.) | |
IdleTime |
Returns the time user last sent a message to this IChannel (UTC time)
| |
IsAway |
Get whether user is away.
(Inherited from IUser.) | |
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.
(Inherited from IUser.) | |
NickColor |
Returns the (0-15 numeric) nick color to use for the nick on this IChannel
| |
RealName |
Get user realname.
(Inherited from IUser.) | |
RgbNickColor |
Returns the rgb nick color (RRGGBB format) to use for the nick on this IChannel
|