  ------------------------------------------------------------------------------
  NIGHT LIGHT IRC PROXY
  INTERNET RELAY CHAT PROXY SERVER DAEMON FOR UNIX
    __                                                      
   /\_\  _ __   ___   _____   _ __   ___   __  _  __  __    
   \/\ \/\`'__\/'___\/\ '__`\/\`'__\/ __`\/\ \/'\/\ \/\ \   
    \ \ \ \ \//\ \__/\ \ \L\ \ \ \//\ \L\ \/>  </\ \ \_\ \  
     \ \_\ \_\\ \____\\ \ ,__/\ \_\\ \____//\_/\_\\/`____ \ 
      \/_/\/_/ \/____/ \ \ \/  \/_/ \/___/ \//\/_/ `/___/> \
                        \ \_\                         /\___/
                         \/_/                         \/__/ 

  WRITTEN BY JONAS KVINGE
  ------------------------------------------------------------------------------

  README



  Night Light IRC Proxy is a multi-user IRC (Internet Relay Chat) proxy.

  IRC connections are defined in a configuration file and stay connected to IRC
  independent of users.

  The ircproxy can be started as root and is then capable verfying usernames
  and password for authentication directly from the system's userlist.

  Alternatively, you can provide your own configuration file for usernames
  allowed.

  Ownership for each connection are automatically set when ran as root so that
  correct ident is replied for each user.

  However, on a system without an ident daemon installed, ircproxy can enable
  the built-in ident daemon.

  When ran as root, logs can be saved in each users respective home directory.

  Read the INSTALL file for instructions on how to configure, compile and
  install the ircproxy.


  A list of commands for the ircproxy:


  PCONNLIST				List your possible connections.
  PCONNECT <Connection name> <Server>	Connect to a specific server.
  PQUIT <Connection name>		Request the connection to quit from IRC.
  PATTACH <Connection name>		Attach a specific connection.
  PDETACH				Detach from a connection.
  READLOG <Connection name>		Read your away log.
  ERASELOG <Connection name>		Erase your away log.


  ------------------------------------------------------------------------------
