Fix line endings for server.

This commit is contained in:
2020-05-19 12:14:41 +02:00
parent 8db6b5afaa
commit 2a5c7ba463
4 changed files with 36 additions and 16 deletions

View File

@@ -129,6 +129,7 @@ proc checkServerChannel(parameter: string): bool =
else:
echo "Command ignored", msg.command
sleep(100)
result = false
discard idleAdd(checkServerChannel, parameter)