From f02a2761d007b71a7aa7d79d30bf47159f17ac43 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Tue, 28 Apr 2015 19:29:48 +0200 Subject: [PATCH] url_title ignores 521: Web server is down --- plugins/url_title.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/url_title.lua b/plugins/url_title.lua index 8d26ede..4277d2f 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -35,6 +35,7 @@ function run(msg, matches) title == "302 Moved" or title == "Moved Permanently" or title == "Redirection" or + string.match(title, "521: Web server is down") or string.match(title, "deviantArt") or string.match(title, "twitch") or string.match(title, "eBay") or