X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=63dff6aa6ecab2067a2d0592ef9c6faf82ffc40b;hb=fa850bedca486652c6fbd5821ec6dbeed684ae65;hp=776c4250ad0947f5df2c5fbbb7b82cfa7293ab19;hpb=98f21f8d29dc5127776a107f8c4c492675c9d6e6;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 776c425..63dff6a 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1979,6 +1979,10 @@ ChatOK (int n) snprintf(buf, MSG_SIZ, "whisper %s\n", line); // WHISPER box uses "whisper" to send else if(!strcmp("shouts", chatPartner[activePartner])) snprintf(buf, MSG_SIZ, "shout %s\n", line); // SHOUT box uses "shout" to send + else if(!strcmp("c-shouts", chatPartner[activePartner])) + snprintf(buf, MSG_SIZ, "cshout %s\n", line); // C-SHOUT box uses "cshout" to send + else if(!strcmp("kibitzes", chatPartner[activePartner])) + snprintf(buf, MSG_SIZ, "kibitz %s\n", line); // KIBITZ box uses "kibitz" to send else { if(!atoi(chatPartner[activePartner])) { snprintf(buf, MSG_SIZ, "> %s\n", line); // echo only tells to handle, not channel