url_title ignores 521: Web server is down

This commit is contained in:
Akamaru 2015-04-28 19:29:48 +02:00
parent 5d55b9a1a2
commit f02a2761d0
1 changed files with 1 additions and 0 deletions

View File

@ -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</title>") or