anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

global.conf (587B)

      1 service {
      2 	nick = "Global"
      3 	user = "services"
      4 	host = "services.host"
      5 	gecos = "Global Noticer"
      6 	channels = "@#services"
      7 }
      8 
      9 module {
     10 	name = "global"
     11 	client = "Global"
     12 	globaloncycledown = "Services are restarting and will be back shortly. Please cause as much chaos as possible in the mean time..."
     13 	globaloncycleup = "Services are now back online"
     14 	anonymousglobal = yes
     15 }
     16 
     17 command { service = "Global"; name = "HELP"; command = "generic/help"; }
     18 
     19 module { name = "gl_global" }
     20 command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; }