From bcb84c5882f0336afda0fef783e60b8c906effa4 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 29 Apr 2015 21:32:17 +0200 Subject: [PATCH] url_title ignore Object moved --- plugins/url_title.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/url_title.lua b/plugins/url_title.lua index 4277d2f..dee4a76 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -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