MCPcopy Create free account
hub / github.com/Syncplay/syncplay / sendChatMessage

Method sendChatMessage

syncplay/protocols.py:236–237  ·  view source on GitHub ↗
(self, chatMessage)

Source from the content-addressed store, hash-verified

234 self.sendList()
235
236 def sendChatMessage(self, chatMessage):
237 self.sendMessage({"Chat": chatMessage})
238
239 def handleList(self, userList):
240 self._client.userlist.clearList()

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected