From e776c1ccb09cb9aa93a23e8d5e41f93d23a99bd6 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 18 Jul 2015 15:33:35 +0200 Subject: [PATCH] ignoring urbandictionary.com in url_title.lua --- plugins/url_title.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/url_title.lua b/plugins/url_title.lua index c5902eb..329b127 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -52,7 +52,8 @@ function run(msg, matches) string.match(msg.text, "twitch.tv") or string.match(msg.text, "steamcommunity.com/app/") or string.match(msg.text, "deviantart.com") or - string.match(msg.text, "urbanup.com/") then + string.match(msg.text, "urbanup.com/") or + string.match(msg.text, "urbandictionary.com/define.php") then print('Ungültig, da "'..title..'"') else return title