playbackNotes

Plays back notes. The target is assumed to be the sender of the IRCEvent passed.

If the IRCEvent contains a channel, then playback of both channel and private message notes will be performed. If the channel member is empty, only private message ones.

version(WithNotePlugin)
private
void
playbackNotes
(,,
const bool background = false
)

Parameters

plugin NotePlugin

The current NotePlugin.

event IRCEvent

The triggering IRCEvent.

background bool

Whether or not to issue WHOIS queries as low-priority background messages.