mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 21:56:37 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
487 B
SYSTEMD
20 lines
487 B
SYSTEMD
set {
|
|
network-name "Axenet";
|
|
default-server "irc.axenet.org";
|
|
services-server "services.axenet.org";
|
|
stats-server "stats.axenet.org";
|
|
help-channel "#axenethelp";
|
|
hiddenhost-prefix "axe";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "locop.axenet.org";
|
|
global "ircop.axenet.org";
|
|
coadmin "coadmin.axenet.org";
|
|
admin "admin.axenet.org";
|
|
servicesadmin "csop.axenet.org";
|
|
techadmin "techadmin.axenet.org";
|
|
netadmin "netadmin.axenet.org";
|
|
host-on-oper-up "on";
|
|
};
|
|
};
|