awaitResponse

Awaits a response from the querier.

awaitResponse
(,,
const int id
,
const string caller = __FUNCTION__
)

Parameters

querier Querier

The querier to await a response from.

plugin IRCPlugin

The plugin that is awaiting the response.

id int

The ID of the request to await a response for.

caller string

The name of the function that called this function.

Return Value

Type: auto

The response to the request.