If you are handling a custom IRC statement, or subclassing IrcClient, you may need to deal with the low-level aspects of parsing. These classes support that activity.
Classes
Class | Description | |
---|---|---|
IrcStatement |
Reads and writes raw IRC statement lines.
| |
IrcStatementReceiver |
Receives IRC statements from a stream.
| |
IrcValidation |
Validates various parameter types.
|
Enumerations
Enumeration | Description | |
---|---|---|
IrcStatementParseResult |
The result of attempting to parse an IRC statement.
|