neuer texd für stats
This commit is contained in:
parent
0e1cb416aa
commit
ccb1923bde
|
@ -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);
|
||||
|
@ -17,4 +17,4 @@ module.exports = (lib) => {
|
|||
},
|
||||
desc: 'stats'
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user