We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e522 commit 8b83f34Copy full SHA for 8b83f34
packet_handlers.go
@@ -659,6 +659,9 @@ func (p *Parser) handleUserMessage(um *msg.CSVCMsg_UserMessage) {
659
IsChatAll: st.Textallchat,
660
})
661
662
+ case "#CSGO_Coach_Join_T": // Ignore these
663
+ case "#CSGO_Coach_Join_CT":
664
+
665
default:
666
if p.warn != nil {
667
p.warn(fmt.Sprintf("Skipped sending ChatMessageEvent for SayText2 with unknown MsgName %q", st.MsgName))
0 commit comments