Ignoriere "Document Moved" in url_title.lua
This commit is contained in:
parent
7d21041769
commit
314a9a8b6a
@ -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</title>") 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
|
||||
|
Reference in New Issue
Block a user