Skip to content
Snippets Groups Projects
Commit 84647413 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Terminate lines with CRLF not just LF

parent 58079666
Branches
No related tags found
No related merge requests found
...@@ -439,7 +439,7 @@ function output(str, font) { ...@@ -439,7 +439,7 @@ function output(str, font) {
} else { } else {
out += "\x03"; // Reset MIRC color and print newline out += "\x03"; // Reset MIRC color and print newline
} }
out += "\n"; out += "\r\n";
} }
return out; return out;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment