The tell messages sent to a handle (which are not echoed by the ICS, and
thus have to copied to the chat box directly) had no CR in them yet.
sprintf(buf, "whisper %s\n", mess); // WHISPER box uses "whisper" to send\r
else {\r
if(!atoi(chatPartner[partner])) {\r
- sprintf(buf, "> %s\n", mess); // echo only tells to handle, not channel\r
+ sprintf(buf, "> %s\r\n", mess); // echo only tells to handle, not channel\r
InsertIntoMemo(hDlg, buf);\r
sprintf(buf, "xtell %s %s\n", chatPartner[partner], mess);\r
} else\r