projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7d91881
)
use xtell instead of tell in wchat
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sat, 31 Oct 2009 03:02:40 +0000 (20:02 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sat, 31 Oct 2009 03:05:26 +0000 (20:05 -0700)
winboard/wchat.c
patch
|
blob
|
history
diff --git
a/winboard/wchat.c
b/winboard/wchat.c
index
db9ebf1
..
a2b0825
100644
(file)
--- a/
winboard/wchat.c
+++ b/
winboard/wchat.c
@@
-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