Batch

Members

Functions

put
void put(IRCMessage line)

Variables

info
BatchInformation info;

Metadata attached to this batch

lines
IRCMessage[] lines;

Lines captured minus the batch tag and starting/ending commands.

nestedBatches
Batch[string] nestedBatches;

Any batches nested inside this one.

Meta