diff options
Diffstat (limited to 'irc/py-irc/pkg-descr')
-rw-r--r-- | irc/py-irc/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/irc/py-irc/pkg-descr b/irc/py-irc/pkg-descr new file mode 100644 index 000000000000..4bedabc2aa57 --- /dev/null +++ b/irc/py-irc/pkg-descr @@ -0,0 +1,6 @@ +This 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. + +WWW: https://bitbucket.org/jaraco/irc |