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