Add sample config

This commit is contained in:
Alex D. 2020-12-30 20:28:31 +00:00
parent 6658bd9aa4
commit a0245cd78a
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 11 additions and 0 deletions

11
dist/example.config vendored Normal file
View File

@ -0,0 +1,11 @@
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" }
)