Home
last modified time | relevance | path

Searched refs:SendChatEvent (Results 1 – 1 of 1) sorted by relevance

/dports/comms/thebridge/thebridge-1.09/src/
H A Dconference.c959 void SendChatEvent(char *Type,char *Buf);
1607 SendChatEvent(pCC->bCmdLine ? "sent_chat" : "chat",Buf); in RTP_Data()
4240 SendChatEvent("sent_chat",p->Buf); in CmdMessage()
8255 void SendChatEvent(char *Type,char *Buf) in SendChatEvent() function