:⁾
This commit is contained in:
parent
b1cd2a1e58
commit
2b3b17f54c
|
@ -41,7 +41,7 @@ module.exports = (lib) => {
|
|||
lib.generateThumbs();
|
||||
e.reply(lib.cfg.main.url+"/"+result.insertId+" - "+cb.info.title+" ("+cb.info.mime+", ~"+lib.formatSize(cb.size)+") by "+cbgu['nick']+" ("+cbgu['username']+"@"+cbgu['hostname']+")");
|
||||
}).on('error', (msg) => {
|
||||
e.reply(msg.error.reason);
|
||||
e.reply("ups");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -165,7 +165,7 @@ module.exports = (lib) => {
|
|||
}
|
||||
else {
|
||||
dat.end();
|
||||
cb({ success: false, file: tmpdest, msg: err });
|
||||
cb({ success: false, file: tmpdest, msg: 'nope.' });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user