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.

maxURLsPerLine
int maxURLsPerLine;

How many URLs to look up per line in a message. Any further URLs will be ignored.

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.