Message

A struct containing details about an incoming message.

Members

Properties

isCTCP
bool isCTCP [@property getter]

Returns whether this message uses CTCP.

Variables

ctcpCommand
string ctcpCommand;

The CTCP command, if any.

message
string message;

The message body.

receiver
string receiver;

The destination of the message, either a user or a channel.

sender
User sender;

The user who sent the message.

Meta