X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwchat.c;h=4b7edbcc0aac9e9c34ac1162761d3e227e34a376;hb=425e3e9dee3a43fb968c5917587554c03cc63ed8;hp=db9ebf17282b95dbba1ee656137555d428da5256;hpb=18c97517acda747ffe9d9177c61c9bf5b1195bb6;p=xboard.git diff --git a/winboard/wchat.c b/winboard/wchat.c index db9ebf1..4b7edbc 100644 --- a/winboard/wchat.c +++ b/winboard/wchat.c @@ -32,8 +32,8 @@ #include #include "common.h" -#include "winboard.h" #include "frontend.h" +#include "winboard.h" #include "backend.h" #include "wsnap.h" @@ -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 InsertIntoMemo(hDlg, buf); } - sprintf(buf, "tell %s %s\n", chatPartner[partner], mess); + sprintf(buf, "xtell %s %s\n", chatPartner[partner], mess); } SendToICS(buf); break;