Ignoring Redirection in url_title

This commit is contained in:
Akamaru 2015-04-23 17:29:03 +02:00
parent d1dfb87752
commit 358c1979e5

View File

@ -34,6 +34,7 @@ function run(msg, matches)
title == "302 Found" or
title == "302 Moved" or
title == "Moved Permanently" or
title == "Redirection" or
string.match(title, "deviantArt") or
string.match(title, "twitch") or
string.match(title, "eBay</title>") or