From 314a9a8b6a05ee595445eca74081979a36f0ccc1 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 12 Dec 2015 23:26:01 +0100 Subject: [PATCH] Ignoriere "Document Moved" in url_title.lua --- plugins/url_title.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/url_title.lua b/plugins/url_title.lua index ecf1c63..8e066f7 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -84,6 +84,7 @@ function run(msg, matches) string.match(title, "on Steam") or string.match(title, "521: Web server is down") or string.match(title, "eBay") or + string.match(title, "Document Moved") or string.match(msg.text, "twitch.tv") or string.match(msg.text, "twitter.com") or string.match(msg.text, "steamcommunity.com/app/") or