IUser Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IUser
The IUser type exposes the following members.
Name | Description | |
---|---|---|
GetChannels |
Retrive all channels this IUser is joined.
| |
Host |
Get user hostname.
| |
Ident |
Get user ident.
| |
IsAway |
Get whether user is away.
| |
Nick |
Get user nick.
| |
RealName |
Get user realname.
|