mirror of https://github.com/deavminet/dnetd.git
Added config file and TODO
This commit is contained in:
parent
9b579642a9
commit
c8a9c2bffe
|
@ -0,0 +1,8 @@
|
|||
module TODOm;
|
||||
|
||||
TODO
|
||||
====
|
||||
|
||||
- [ ] Server linking via `link` command
|
||||
- [ ] Multiple listeners
|
||||
- [ ] Config file support
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"general" : {
|
||||
"address" : "0.0.0.0",
|
||||
"port" : "7777",
|
||||
"network" : "aBasedIRCNetwork",
|
||||
"name" : "MyBrandSpankingNewIRCServer"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue