(self, chatMessage)
| 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() |
nothing calls this directly
no test coverage detected