url_title ignore Object moved

This commit is contained in:
Akamaru 2015-04-29 21:32:17 +02:00
parent 4bae8c4dae
commit bcb84c5882

View File

@ -35,6 +35,7 @@ function run(msg, matches)
title == "302 Moved" or
title == "Moved Permanently" or
title == "Redirection" or
title == "Object moved" or
string.match(title, "521: Web server is down") or
string.match(title, "deviantArt") or
string.match(title, "twitch") or