diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 19:17:55 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 19:17:55 +0000 |
commit | 98a51e93a9f266b9642fe8d4b0c23c86f380d540 (patch) | |
tree | 14770554f2460b73b92a1ee025b5de07b4f90520 /chat/libirc/DESCR | |
parent | 8a563b4343929fa3d16e2697903b344e30e0d32f (diff) | |
download | pkgsrc-98a51e93a9f266b9642fe8d4b0c23c86f380d540.tar.gz |
move pkg/ files into package's toplevel directory
Diffstat (limited to 'chat/libirc/DESCR')
-rw-r--r-- | chat/libirc/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chat/libirc/DESCR b/chat/libirc/DESCR new file mode 100644 index 00000000000..480d5f3daa6 --- /dev/null +++ b/chat/libirc/DESCR @@ -0,0 +1,7 @@ +libirc is a C-library for the IRC protocol. It simplifies the task of +writing a bot or client. A very simple example comes with the +package, demonstrating how it is used. + +Perfect for those who wish to write bots, irc clients (especially if +you want to integrate IRC with some other Internet software). The +programming language is C. |