Added config file and TODO

This commit is contained in:
Tristan B. Kildaire 2020-10-02 08:41:28 +02:00
parent 9b579642a9
commit c8a9c2bffe
2 changed files with 16 additions and 0 deletions

8
TODO.md Normal file
View File

@ -0,0 +1,8 @@
module TODOm;
TODO
====
- [ ] Server linking via `link` command
- [ ] Multiple listeners
- [ ] Config file support

8
config.json Normal file
View File

@ -0,0 +1,8 @@
{
"general" : {
"address" : "0.0.0.0",
"port" : "7777",
"network" : "aBasedIRCNetwork",
"name" : "MyBrandSpankingNewIRCServer"
}
}