Senders.sendIndexOutOfRange

Called when a supplied quote index was out of range.

struct Senders
private static
void
sendIndexOutOfRange
(,
const ref IRCEvent event
,
const ptrdiff_t indexGiven
,
const size_t upperBound
)

Parameters

plugin QuotePlugin

The current QuotePlugin.

event IRCEvent

The original triggering IRCEvent.

indexGiven ptrdiff_t

The index given by the triggering user.

upperBound size_t

The actual upper bounds that indexGiven failed to fall within.