####
# MOIS - my own IRC script   
#   by Settel <uno4@rz.uni-karlsruhe.de>
#   see http://www.stud.uni-karlsruhe.de/linux/ for the latest release


What files do I need?
=====================

The MOIS Source tree comes with mois.irc, Makefile, a copyright and install
text as well as two subdirectories called help and data.

The folder help -as the name suggests- contains help files for ircII's 
built-in help system. They can be viewed with the command /help mois after
MOIS is installed.

The folder data contains default settings. You can change and save all 
settings within MOIS. See /help mois config for details.

The only mandatory file is mois.irc. help and data are optional (and
recommended).


How to install MOIS?
====================


First of all you need the ircII IRC client (or derivates), usually installed 
as "irc". 


1. All necessary files need to be copied to ~/.irc: you may change to the 
   directory where mois.irc resides and type "make install" to let MOIS do 
   it automatically for you or copy the files on your own.

2. Add the following line to your ~/.ircrc (create the file, if it doesn't 
   already exists!): 
   load mois.irc

3. Start irc. After connecting to the server, a 4-line-startup message of 
   MOIS should appear. 

4. Type /help mois into your irc window to learn about MOIS' functions and
   keys (works only if MOIS is correctly installed and running, otherwise
   you'll get an error message)


