From ea36ba240d0ca22920776369c2638a43ff8efdf3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 29 Jan 2021 21:13:08 +0200 Subject: [PATCH] Commented --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();