diff --git a/source/app.d b/source/app.d index 7a10749..357e77d 100644 --- a/source/app.d +++ b/source/app.d @@ -86,7 +86,7 @@ void main(string[] args) /* Start the server (TODO: This should start Meyer) */ dserver.startServer(); - + /* Start all DLink outbound handlers (TODO: Move to DServer) */ foreach(DLink link; serverLinks) { link.start();