summaryrefslogtreecommitdiffstats
path: root/network/irc.c/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/irc.c/README')
-rw-r--r--network/irc.c/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/irc.c/README b/network/irc.c/README
new file mode 100644
index 0000000000..9996813f77
--- /dev/null
+++ b/network/irc.c/README
@@ -0,0 +1,5 @@
+irc.c (minimalist curses IRC client)
+
+The irc.c client is, as its name implies, a single C file which
+implements a usable IRC client. The display mechanism uses any
+standard curses library.