Module chat

Source
Expand description

Implementations of chat-related features.

Modules§

handler

Structs§

ChatPlugin
ChatReceivedEvent
A client received a chat message packet.
SendChatEvent
Send a chat message (or command, if it starts with a slash) to the server.

Enums§

ChatKind
A kind of chat packet, either a chat message or a command.
ChatPacket
A chat packet, either a system message or a chat message.

Functions§

handle_send_chat_event