neuer texd für stats

This commit is contained in:
sirx 2016-11-07 19:39:18 +01:00
parent 0e1cb416aa
commit ccb1923bde

View File

@ -8,7 +8,7 @@ module.exports = (lib) => {
active: 1,
func: (e) => {
lib.sql.query("select count(`id`) as anzahl from `f0ck`.`items`", (err, rows, fields) => {
var ret = "f0cked "+String(rows[0].anzahl);
var ret = "f0ck gave "+String(rows[0].anzahl);
du('./b/', function (err, size) {
ret += " f0cks ("+lib.formatSize(size)+")";
e.reply(ret);