mirror of
git://git.acid.vegas/anope.git
synced 2024-11-14 11:46:42 +00:00
21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
service {
|
|
nick = "Global"
|
|
user = "services"
|
|
host = "services.host"
|
|
gecos = "Global Noticer"
|
|
#channels = "@#services,#mychan"
|
|
}
|
|
|
|
module {
|
|
name = "global"
|
|
client = "Global"
|
|
globaloncycledown = "Services are restarting and will be back shortly. Please cause as much chaos as possible in the mean time..."
|
|
globaloncycleup = "Services are now back online"
|
|
anonymousglobal = yes
|
|
}
|
|
|
|
command { service = "Global"; name = "HELP"; command = "generic/help"; }
|
|
|
|
module { name = "gl_global" }
|
|
command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; }
|