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