diff options
Diffstat (limited to 'network/irc.c/README')
-rw-r--r-- | network/irc.c/README | 5 |
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. |