summaryrefslogtreecommitdiff
path: root/chat/libirc/pkg/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
committerwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
commitae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch)
tree9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/libirc/pkg/DESCR
parent5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff)
downloadpkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/libirc/pkg/DESCR')
-rw-r--r--chat/libirc/pkg/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/chat/libirc/pkg/DESCR b/chat/libirc/pkg/DESCR
new file mode 100644
index 00000000000..480d5f3daa6
--- /dev/null
+++ b/chat/libirc/pkg/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.