Merge branch 'f0ckdev' into 'master'
ignore Zwiebeln See merge request !54
This commit is contained in:
commit
afb7f507e3
@ -19,7 +19,7 @@ module.exports = (lib) => {
|
|||||||
if(!e.message.match(/(!|-)ignore/)) {
|
if(!e.message.match(/(!|-)ignore/)) {
|
||||||
var tmp = e.message.match(/https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi); // get links
|
var tmp = e.message.match(/https?:\/\/[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?/gi); // get links
|
||||||
tmp.forEach((entry,i,a) => {
|
tmp.forEach((entry,i,a) => {
|
||||||
if(!entry.match(/f0ck\.me/i)) {
|
if(!entry.match(/f0ck\.me/i) && !entry.match(/\.onion/i)) {
|
||||||
getLink(entry, (cb) => {
|
getLink(entry, (cb) => {
|
||||||
if(cb.success === true) {
|
if(cb.success === true) {
|
||||||
fs.move(cb.file, cb.file + '.' + cb.info.ext, (err) => {
|
fs.move(cb.file, cb.file + '.' + cb.info.ext, (err) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user