ignoring twitter in url_title.lua
This commit is contained in:
parent
ad81e3b55e
commit
7a39db43b2
@ -70,6 +70,7 @@ function run(msg, matches)
|
|||||||
string.match(title, "521: Web server is down") or
|
string.match(title, "521: Web server is down") or
|
||||||
string.match(title, "eBay</title>") or
|
string.match(title, "eBay</title>") or
|
||||||
string.match(msg.text, "twitch.tv") 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, "steamcommunity.com/app/") or
|
||||||
string.match(msg.text, "deviantart.com") or
|
string.match(msg.text, "deviantart.com") or
|
||||||
string.match(msg.text, "urbanup.com/") or
|
string.match(msg.text, "urbanup.com/") or
|
||||||
|
Reference in New Issue
Block a user