mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 18:06:37 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
475 B
SYSTEMD
20 lines
475 B
SYSTEMD
set {
|
|
network-name "Data-Storm";
|
|
default-server "irc.data-storm.net";
|
|
services-server "services.data-storm.net";
|
|
stats-server "stats.data-storm.net";
|
|
help-channel "#help";
|
|
hiddenhost-prefix "ownedbyj00";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "oper.root.net";
|
|
global "oper.root.net";
|
|
coadmin "oper.root.net";
|
|
admin "oper.root.net";
|
|
servicesadmin "oper.root.net";
|
|
techadmin "oper.root.net";
|
|
netadmin "oper.god.net";
|
|
host-on-oper-up "off";
|
|
};
|
|
};
|