ii - minimalist IRC client
==========================

ii is a FIFO and filesystem-based IRC client. It creates a directory
tree with server, channel and nick directories. Each directory gets
an input FIFO (in) and an output file (out):

  - in   write to this to send messages to the server or channel
  - out  contains incoming messages from the server or channel

This allows IRC communication entirely from the command line using
standard tools like echo, cat and tail.
