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