feat: config file support
This commit is contained in:
parent
594e376e21
commit
69fe2d00bc
6 changed files with 141 additions and 15 deletions
5
examples/example_config.toml
Normal file
5
examples/example_config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ip = "0.0.0.0"
|
||||
port = 6667
|
||||
server_hostname = "irc.foo.bar"
|
||||
network_name = "MyCoolFooNet" # this SHOULDN'T HAVE SPACES!
|
||||
operators = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue