kameloso.plugins.twitch.providers.common

Helper functions for Twitch provider modules.

Members

Functions

printManualURL
void printManualURL(string url)

Prints a URL for manual copy/pasting.

readChannelName
auto readChannelName(uint numEmptyLinesEntered, bool benignAbort, bool* abort)

Prompts the user to enter a channel name.

readNamedString
auto readNamedString(string wording, size_t expectedLength, bool passThroughEmptyString, bool* abort)

Prompts the user to enter a string.

Manifest constants

pasteAddressInstructions
enum pasteAddressInstructions;

Instructions for pasting an address into the terminal.

See Also

Meta