mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 06:36:38 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
578 B
SYSTEMD
20 lines
578 B
SYSTEMD
set {
|
|
network-name "LinuxSquare";
|
|
default-server "Irc.LinuxSquare.Net";
|
|
services-server "Services.CA.US.LinuxSquare.Net";
|
|
stats-server "Stats.CA.US.LinuxSquare.Net";
|
|
help-channel "#HelpDesk";
|
|
hiddenhost-prefix "LinuxSquare";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "TrainingOp.LinuxSquare.Net";
|
|
global "GlobalOp.LinuxSquare.Net";
|
|
coadmin "CoAdmin.LinuxSquare.Net";
|
|
admin "Admin.LinuxSquare.Net";
|
|
servicesadmin "ServicesAdmin.LinuxSquare.Net";
|
|
techadmin "TechAdmin.LinuxSquare.Net";
|
|
netadmin "NetAdmin.LinuxSquare.Net";
|
|
host-on-oper-up "off";
|
|
};
|
|
};
|