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 Flag!"background" background = No.background
)

Parameters

plugin NotePlugin

The current NotePlugin.

event IRCEvent

The triggering IRCEvent.

background Flag!"background"

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