Kameloso.immediateBuffer

Buffer of outgoing message strings to be sent immediately.

The buffer size is "how many string pointers", not how many bytes. So we can comfortably keep it arbitrarily high.

class Kameloso
Buffer!(OutgoingLine, No.dynamic, BufferSize.priorityBuffer) immediateBuffer;