mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 06:26:37 +02:00
19 lines
462 B
SYSTEMD
19 lines
462 B
SYSTEMD
set {
|
|
network-name "UzayNet";
|
|
default-server "uzaynet.com";
|
|
services-server "service.uzaynet.com";
|
|
stats-server "statserv.uzaynet.com";
|
|
help-channel "#Help";
|
|
hiddenhost-prefix "UzayNet";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "locop.uzaynet.com";
|
|
global "ircop.uzaynet.com";
|
|
coadmin "coadmin.uzaynet.com";
|
|
admin "admin.uzaynet.com";
|
|
servicesadmin "serviceop.uzaynet.com";
|
|
netadmin "netadmin.uzaynet.com";
|
|
host-on-oper-up "on";
|
|
};
|
|
};
|