askToOutputImpl

Sends a message asking to print the supplied text to the local terminal, instead of doing it directly.

void
askToOutputImpl
(
string askVerb
)
(,
const string line
)

Parameters

askVerb

An askToX string verb where X corresponds to the LogLevel at which to log the message.

state IRCPluginState

Current IRCPluginState, used for its messages array.

line string

The text body to ask the main thread to display.