IRC.NET


IrcTargetMask

Defined in IrcDotNet.dll.
Represents a mask of an IRC server name or host name, used for specifying the targets of a message.

Instance members

Instance memberDescription
Mask
Signature: string
Gets a wildcard expression for matching against target names. The IrcTargetMask.Type property determines the type of the mask.
Type
Signature: IrcTargetMaskType
Gets the type of the target mask; either a server mask or channel mask.
Fork me on GitHub