ignoring twitter in url_title.lua

This commit is contained in:
Akamaru 2015-09-07 18:13:10 +02:00
parent ad81e3b55e
commit 7a39db43b2
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ function run(msg, matches)
string.match(title, "521: Web server is down") or
string.match(title, "eBay</title>") 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