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