use xtell instead of tell in wchat
[xboard.git] / winboard / wchat.c
index db9ebf1..a2b0825 100644 (file)
@@ -181,7 +181,7 @@ LRESULT CALLBACK ChatProc( HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam
                    sprintf(buf, "> %s\n", mess); // echo only tells to handle, not channel\r
                InsertIntoMemo(hDlg, buf);\r
                }\r
-               sprintf(buf, "tell %s %s\n", chatPartner[partner], mess);\r
+               sprintf(buf, "xtell %s %s\n", chatPartner[partner], mess);\r
            }\r
            SendToICS(buf);\r
            break;\r