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