From 7a39db43b220c981776493031f2bce136aae6e69 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Mon, 7 Sep 2015 18:13:10 +0200 Subject: [PATCH] ignoring twitter 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 a9b694c..0930613 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -70,6 +70,7 @@ function run(msg, matches) string.match(title, "521: Web server is down") or string.match(title, "eBay") or string.match(msg.text, "twitch.tv") or + string.match(msg.text, "twitter.com") or string.match(msg.text, "steamcommunity.com/app/") or string.match(msg.text, "deviantart.com") or string.match(msg.text, "urbanup.com/") or