Ignoring Redirection in url_title
This commit is contained in:
parent
d1dfb87752
commit
358c1979e5
@ -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
|
||||
|
Reference in New Issue
Block a user