Skip to content
Snippets Groups Projects
Commit 3cfc3095 authored by David Hedbor's avatar David Hedbor
Browse files

Send \r\n after commands instead of \n.

Rev: lib/modules/Protocols.pmod/NNTP.pmod:1.5
parent f8c9ca8c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class protocol
int command(string cmd)
{
news::write(cmd+"\n");
news::write(cmd+"\r\n");
return readreturncode();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment