what 4ducky?
This commit is contained in:
parent
46ee299c29
commit
c34324822a
|
@ -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) && !entry.match(/4ducky\.com/i)) {
|
||||
if(!entry.match(/f0ck\.me/i)) {
|
||||
getLink(entry, (cb) => {
|
||||
if(cb.success === true) {
|
||||
fs.move(cb.file, cb.file + '.' + cb.info.ext, (err) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user