| Bot |
| Client |
| Event |
| ConnectionInterface | Data structure for information related to a client connection per the IRC protocol as described in RFC 1459. |
| GeneratorInterface | Programmatically generates strings containing messages conforming to those in the IRC protocol as described in RFCs 1459 and 2812. |
| ParserInterface | Parses strings containing messages conforming to those in the IRC protocol as described in RFC 1459. |
| Connection | Canonical implementation of ConnectionInterface. |
| Generator | Canonical implementation of GeneratorInterface. |
| Parser | Canonical implementation of ParserInterface. |