Click or drag to resize

EatData Enumeration

Return data to the delegates stating whether the program should ignore none, ignore text output, or ignore everything Use with caution

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public enum EatData
Members
  Member nameValueDescription
EatNone0 Hide no part of the event.
EatText1 Hide the text output from this event.
EatAll2 Hide the entire event.
See Also