Ignoriere "Document Moved" in url_title.lua

This commit is contained in:
Akamaru 2015-12-12 23:26:01 +01:00
parent 7d21041769
commit 314a9a8b6a
1 changed files with 1 additions and 0 deletions

View File

@ -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