Message

An IRCEvent with some metadata, to be used when crafting an outgoing message to the server.

Members

Enums

Property
enum Property

Properties of a Message. Describes how it should be sent.

Variables

caller
string caller;

String name of the function that is sending this message, or something else that gives context.

event
IRCEvent event;

The IRCEvent that contains the information we want to send to the server.

exhausted
bool exhausted;

Whether this message has been sent to the server yet.

properties
Property properties;

The properties of this message. More than one may be used, with bitwise-or.