-------------------------------------------------------------------------------------------------
 Name:        addon
 Author:      Jens 'DukePyrolator' Voss
              <DukePyrolator@FantasyIRC.net>
 Date:        2008/2009
 Version:     0.2 beta
-------------------------------------------------------------------------------------------------
 Supported IRCD: ALL 
 Tested with:    Unreal 3.2.7
 Requires:       Anope 1.8 and MySQL
-------------------------------------------------------------------------------------------------
 new commands:
 
       - /ns set alogin
          turn automatic login on identify or update on or off

       - /ns set ajoin
           set, list or modify your ajoin channels

       - /ns set realname
           you can set a realname for your nick
           it is also shown in /ns info
 
       - /ns set vhost        
           request a vhost and turn your vhost on/off
 
       - /os swhois
           set a swhois to a user
           (services oper only)
 
       - /os helpop           
           you can set special modes for some users (like helpop)
           opermodes like +oOAaN are NOT supported! (security risk)
           (services admin only)
 
       - /os snomask
           you can set a snomask for a nick (or a bot)
           (services oper only)
 
       - /os vhost            
           list,add,delete,accept and reject vhosts/vhost requests
           (services oper only)
 
    You can enable/disable all features in config.h.

    If you want to enable the new vhost system I suggest to 
    disable hostserv. (services.conf)
    
----------------------------------------------------------------------------
  planned commands:  
          /ns set ignore
           serverside ignorelist ... UnrealIRCD:  SVSSILENCE
          /ns set watch
           serverside watchlist  ... UnrealIRCD:  SVSWATCH           
          use the same table as ajoin ?
----------------------------------------------------------------------------
 Credits:

 the idea for this module is from an old epona modification
 by Denis 'SciFi' Simonet <SciFi(at)burnirc.net> in 2002

-----------------------------------------------------------------------------
  internal infos:
               field vhostreqstatus:
                       0 - no vhost requested
                       1 - request open
                       2 - request accepted, user have to be notified
                       3 - request rejected, user have to be notified
                       4 - new vhost added manually, user have to be notified
                       5 - vhost deleted manually, user have to be notified

