OutgoingLine

A string to be sent to the IRC server, along with whether the message should be sent quietly or if it should be displayed in the terminal.

Constructors

this
this(string line, Flag!"quiet" quiet)

Constructor.

Members

Variables

line
string line;

String line to send.

quiet
bool quiet;

Whether this message should be sent quietly or verbosely.