This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
uIRCd/dist/example.config

12 lines
271 B
Plaintext

address = "unix.chat";
service = "6667"; // for TCP, port
logdir = "/var/log/IRC/unix.chat";
timeout = 300; // Duration in seconds over 0, omit for no timeout
user = {
nickname = "uIRCd-user";
realname = "uIRCd config tester";
}
channels = (
{ name = "#unix" }
)