Room.lastNMessages

The last n messages sent in the channel, used by nuke.

struct Room
CircularBuffer!(IRCEvent, Yes.dynamic, messageMemory) lastNMessages;