Plugin list

Web

Command Help
doctypeWeb doctype <url>
Returns the DOCTYPE string of <url>. Only HTTP urls are valid, of course.
fetchWeb fetch <url>
Returns the contents of <url>, or as much as is configured in supybot.plugins.Web.fetch.maximum. If that configuration variable is set to 0, this command will be effectively disabled.
headersWeb headers <url>
Returns the HTTP headers of <url>. Only HTTP urls are valid, of course.
locationWeb location <url>
If the <url> is redirected to another page, returns the URL of that page. This works even if there are multiple redirects. Only HTTP urls are valid. Useful to "un-tinify" URLs.
sizeWeb size <url>
Returns the Content-Length header of <url>. Only HTTP urls are valid, of course.
titleWeb title [--no-filter] <url>
Returns the HTML <title>...</title> of a URL. If --no-filter is given, the bot won't strip special chars (action, DCC, ...).
urlquoteWeb urlquote <text>
Returns the URL quoted form of the text.
urlunquoteWeb urlunquote <text>
Returns the text un-URL quoted.