Add sample config
This commit is contained in:
parent
6658bd9aa4
commit
a0245cd78a
11
dist/example.config
vendored
Normal file
11
dist/example.config
vendored
Normal 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" }
|
||||
)
|
Reference in New Issue
Block a user