| 1296 | |
| 1297 | |
| 1298 | int cProtocol125::ParseChat(void) |
| 1299 | { |
| 1300 | HANDLE_PACKET_READ(ReadBEUTF16String16, AString, Message); |
| 1301 | m_Client->HandleChat(Message); |
| 1302 | return PARSE_OK; |
| 1303 | } |
| 1304 | |
| 1305 | |
| 1306 |
nothing calls this directly
no test coverage detected