Added
- The embeddable Parasha IRC server.
- It handles all mandatory IRC messages from RFC 2812 except sections 3.4 and 3.5.
- Server and channels logic is customizable via subclassing.
- Implementation of the client protocol is not customizable.
You may hack something from client_connection.py, but it may break in any minor release.
- Example server and bot are provided in the root directory of the project.