The Python IRC library is intended to encapsulate
the IRC protocol at a quite low level. It provides
an event-driven IRC client framework. It has a
fairly thorough support for the basic IRC
protocol, CTCP, and DCC connections.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Se ha añadido soporte para DCC. El comando de usuario es enviado de acuerdo a RFC 2812. Apoyo Distutils ha sido añadido. Este comunicado de ignorará las líneas vacías desde el servidor. ServerConnection.remove_global_handler ha sido añadido. CTCP respuestas versión se antepone con la versión.
Tags:
Major feature enhancements
Support has been added for DCC. The USER command is sent according to RFC 2812. Distutils support has been added. This release will ignore empty lines from the server. ServerConnection.remove_global_handler has been added. CTCP VERSION replies are prepended with VERSION.