Click or drag to resize

IUser Interface

Represents a user

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public interface IUser

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