by changing the chatboxes to use xtell in stead of tell, we broke
the possibility to use the chat-box for chatting into a channel (which is
apparently not possible with xtell).
if(!atoi(chatPartner[partner])) {\r
sprintf(buf, "> %s\n", mess); // echo only tells to handle, not channel\r
InsertIntoMemo(hDlg, buf);\r
- }\r
sprintf(buf, "xtell %s %s\n", chatPartner[partner], mess);\r
+ } else\r
+ sprintf(buf, "tell %s %s\n", chatPartner[partner], mess);\r
}\r
SendToICS(buf);\r
break;\r