mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 08:56:38 +02:00
edfca03e28
+ all of the module files to the new format.
20 lines
529 B
SYSTEMD
20 lines
529 B
SYSTEMD
set {
|
|
network-name "RealChat.Org";
|
|
default-server "irc.RealChat.Org";
|
|
services-server "Services.RealChat.Org";
|
|
stats-server "stats.realchat.org";
|
|
help-channel "#services";
|
|
hiddenhost-prefix "realchat";
|
|
prefix-quit "Quit:";
|
|
hosts {
|
|
local "LocalOper.RealChat.Org";
|
|
global "Oper.RealChat.Org";
|
|
coadmin "CoAdmin.RealChat.Org";
|
|
admin "Admins.RealChat.Org";
|
|
servicesadmin "servicesOper.RealChat.Org";
|
|
techadmin "TechAdmin.RealChat.Org";
|
|
netadmin "NetAdmin.RealChat.Org";
|
|
host-on-oper-up "off";
|
|
};
|
|
};
|