IChannelMask Interface

AdiIRC API v2

IChannelMask Interface

Interface for ban/except/invite/quiet lists

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

The IChannelMask type exposes the following members.

Properties
  NameDescription
Public propertyMask
The nick!ident@host mask for this item.
Public propertySetAt
The date/time this mask was set.
Public propertySetBy
The nick who set the mask.
Top
See Also