summaryrefslogtreecommitdiff
path: root/chat/pircbot/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'chat/pircbot/DESCR')
-rw-r--r--chat/pircbot/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/chat/pircbot/DESCR b/chat/pircbot/DESCR
new file mode 100644
index 00000000000..2366504edd7
--- /dev/null
+++ b/chat/pircbot/DESCR
@@ -0,0 +1,8 @@
+PircBot is a Java framework for writing IRC bots quickly and easily.
+Its features include an event-driven architecture to handle common IRC
+events, flood protection, DCC support, ident support, and more. Its
+comprehensive logfile format is suitable for use with pisg to generate
+channel statistics.
+
+Full documentation for PircBot's API is included, and its homepage
+contains a 5-minute step-by-step guide to making your first IRC bot.