WebtitleSettings

All Webtitle settings, gathered in a struct.

version(WithWebtitlePlugin)
private
@Settings
struct WebtitleSettings {}

Members

Variables

enabled
bool enabled;

Toggles whether or not the plugin should react to events at all.

minimumPermissionsNeeded
IRCUser.Class minimumPermissionsNeeded;

Minimum user class required for the plugin to scan messages for URLs.

workerThreads
uint workerThreads;

How many worker threads to use, to offload the HTTP requests to.