mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 07:56:38 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
505 B
SYSTEMD
20 lines
505 B
SYSTEMD
set {
|
|
network-name "Subtrex.Net";
|
|
default-server "Irc.Subtrex.net";
|
|
services-server "Services.subtrex.net";
|
|
stats-server "Services.Subtrex.Net";
|
|
help-channel "#subtrex";
|
|
hiddenhost-prefix "Subtrex";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "Locop.Subtrex.Net";
|
|
global "Oper.Subtrex.Net";
|
|
coadmin "Coadmin.Subtrex.Net";
|
|
admin "Admin.Subtrex.Net";
|
|
servicesadmin "Csop.Subtrex.Net";
|
|
techadmin "Techadmin.Subtrex.NEt";
|
|
netadmin "Netadmin.Subtrex.Net";
|
|
host-on-oper-up "on";
|
|
};
|
|
};
|