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