       irctree.so v1.0 for eggdrop1.4.x/1.3.x 31 december 1999
   
   This module will draw a irctree from returning raw code of LINKS
   
   e.g:
  
   [23:59] #Lamer# irctree
   irc.webbernet.net
     `-ircd.webbernet.net
         |-*.tw
         |-irc.ru
         |   |-irc.msu.ru
         |   `-ircd.portal.ru
         |       `-irc.gate.ru
         |-*.ca
         |-*.grolier.net
         |   `-irc.emn.fr
         |       |-*.polytechnique.fr
         |       `-irc.twiny.net
         |-*.stealth.net
         |   |-*.DE
         |   |   |-*.pl
         |   |   |-*.hu
         |   |   |-*.cz
         |   |   |   `-*.sk
         |   |   |-irc2.sci.kun.nl
         |   |   |   |-ircd.sci.kun.nl
         |   |   |   |   |-irc.sci.kun.nl
         |   |   |   |   |-irc.snt.utwente.nl
         |   |   |   |   |-*.nl.uu.net
         |   |   |   |   |   |-*.il
         |   |   |   |   |   |-ircnet.demon.co.uk
         |   |   |   |   |   |   |-irc.easynet.co.uk
         |   |   |   |   |   |   `-irc.netcom.net.uk
         |   |   |   |   |   |-ircd.tin.it
         |   |   |   |   |   |   |-irc.flashnet.it
         |   |   |   |   |   |   |   `-irc.fun.uni.net
         |   |   |   |   |   |   |       `-irc.stud.unipg.it
         |   |   |   |   |   |   |-irc.tin.it
         |   |   |   |   |   |   `-irc.sienanet.it
         |   |   |   |   |   |-irc.datacomm.ch
         |   |   |   |   |   |-*.lv
         |   |   |   |   |   |-*.SiOL.net
         |   |   |   |   |   `-eris.bt.net
         |   |   |   |   |       |-hub.skybel.net
         |   |   |   |   |       |   `-ratbert.skybel.net
         |   |   |   |   |       |-irc.u-net.com
         |   |   |   |   |       |-chat.btinternet.com
         |   |   |   |   |       `-chat.bt.net
         |   |   |   |   `-*.xs4all.nl
         |   |   |   |-*.be
         |   |   |   |   `-irc.krameria.net
         |   |   |   `-*.fi
         |   |   |       |-*.teliafi.net
         |   |   |       `-*.no
         |   |   `-*.se
         |   |       |-*.ee
         |   |       |-*.unipi.it
         |   |       |-*.gr
         |   |       |-*.is
         |   |       `-*.ircnet.dk
         |   |-*.au
         |   `-*.irc6.net
         |-*.at
         |   `-*.si
         |-*.jp
         `-irc.anet.com
   Average hops: 5.2, total servers: 60
   
INSTALL:
--------
   
     NOTE: You don't need to kill your bot be for installing.
   
   1. If you have the source code go to 3.
      Else get the source code from e.g:
      ftp://ftp.eggheads.org/pub/eggdrop/GNU/attic/eggdrop1.x.x.tar.gz
      Where the 1.x.x is the same version have you already have compiled.
   
   2. unzip/untar the eggdrop source code and configure:
   
                           gunzip < eggdrop1.x.x.tar.gz | tar xvf -
                           rm eggdrop1.x.x.tar
                           cd eggdrop1.x.x
                           ./configure
   
   3. unzip/untar the module and compile then move
   
                           gunzip < irctree1.0.tar.gz | tar xvf -
                           mv irctree.mod eggdrop1.x.x/src/mod
                           cd eggdrop1.x.x
                           make modules
                           mv irctree.so /home/egguser/eggdrop/modules
   
   4. Well now load the module with .loadmod irctree and off you go!
   
     NOTE: Don't forget to replace 1.x.x and paths.
   
COMMANDS:
---------
   
   DCC:
      irctree:             gives you the irctree 
   
FAQ:
----
   
   I cant get the module to compile right what do I do?
   
     Make sure your system supports dynamic modules if not
     see the eggdrop README how to compile static modules.
     
     If it is something else try http://faqdrop.eggheads.org/
     but please do not email me!
   
   I always get the error 
   when using the .loadmod command what am I doing wrong?
   
     Check if you have moved the irctree.so to the right folder
     as defined in your eggdrop config e.g. set mod-path "modules/"
   
   Why didn't you just make a TCL script instead of complex module?
   
     I did, but the script is slow and makes the bot stop few
     seconds up to few minutes and so I made the irctree module.
   
   But can I get the script somewhere?
   
     I have not made it public but you may find it on a public
     eggdrop mirror side one day but the only way to get it now
     is to send me a email, but please check if its on a public
     eggdrop mirror side be for emailing me.
   
CONTACT:
-------
   
   ]RisK[@IRCnet, email durandal@simnet.is
   
   Feel free to send comments/suggestions but do not send
   common questions how to compile and install this module.
   
OTHER:
------
   
   There is given absolutely NO WARRANTY of functionality. 
   I am not responsible if anything gets screwed.
