IUser Interface

AdiIRC API v2

IUser Interface

Represents a user

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public interface IUser
Public Interface IUser
public interface class IUser
type IUser =  interface end

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyGetChannels
Retrive all channels this IUser is joined.
Public propertyHost
Get user hostname.
Public propertyIdent
Get user ident.
Public propertyIsAway
Get whether user is away.
Public propertyNick
Get user nick.
Public propertyRealName
Get user realname.
Top
See Also