From 358c1979e5a6babb98a935aa889f37af375ff4ec Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 23 Apr 2015 17:29:03 +0200 Subject: [PATCH] Ignoring Redirection in url_title --- plugins/url_title.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/url_title.lua b/plugins/url_title.lua index d980765..f3fa57b 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -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") or