berconpy.ClientMessageEvent

class berconpy.ClientMessageEvent(message)

Bases: ClientEvent

Represents a message sent by the server.

The protocol automatically generates an acknowledgement packet so nothing else needs to be done here.

Attributes

message

The message given by the server.

message: str

The message given by the server.