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 Enumeration EatData
public enum class EatData
Members
| Member name | Value | Description |
---|
| EatNone | 0 |
Hide no part of the event.
|
| EatText | 1 |
Hide the text output from this event.
|
| EatAll | 2 |
Hide the entire event.
|
See Also