use xtell instead of tell in wchat
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 31 Oct 2009 03:02:40 +0000 (20:02 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 31 Oct 2009 03:05:26 +0000 (20:05 -0700)
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