mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 03:16:36 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
536 B
SYSTEMD
20 lines
536 B
SYSTEMD
set {
|
|
network-name "Global-IRC";
|
|
default-server "irc.global-irc.net";
|
|
services-server "services.global-irc.net";
|
|
stats-server "stats.global-irc.net";
|
|
help-channel "#Global";
|
|
hiddenhost-prefix "global";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "locop.global-irc.net";
|
|
global "ircop.global-irc.net";
|
|
coadmin "coadmin.global-irc.net";
|
|
admin "admin.global-irc.net";
|
|
servicesadmin "serviceop.global-irc.net";
|
|
techadmin "techadmin.global-irc.net";
|
|
netadmin "netadmin.global-irc.net";
|
|
host-on-oper-up "off";
|
|
};
|
|
};
|