Message

Represents a simple sent message from bancho

Members

Functions

toString
string toString()

Serializes to "sender -> target: message"

Variables

message
string message;

content of the message

sender
string sender;

User who wrote this message

target
string target;

Target channel (#channel) or username

Meta