blacklisted 4ducky

This commit is contained in:
Flummi 2016-11-22 17:43:20 +01:00
parent 9ddb8ad7d4
commit 30769cf8f6

View File

@ -19,7 +19,7 @@ module.exports = (lib) => {
if(!e.message.match(/\!ignore/)) {
var tmp = e.message.match(/https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi); // get links
tmp.forEach((entry,i,a) => {
if(!entry.match(/f0ck\.me/i)) {
if(!entry.match(/f0ck\.me/i) && !entry.match(/4ducky\.com/i)) {
getLink(entry, (cb) => {
if(cb.success === true) {
fs.move(cb.file, cb.file + '.' + cb.info.ext, (err) => {