12 lines
271 B
Plaintext
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" }
|
||
|
)
|