double whoops

This commit is contained in:
reality 2013-10-22 16:49:30 +00:00
parent 5c0a9d9300
commit a3f1341daf

View File

@ -197,7 +197,7 @@ var commands = function(dbot) {
'total': tWord.total, 'total': tWord.total,
'channels': _.keys(tWord.channels).length, 'channels': _.keys(tWord.channels).length,
'users': _.keys(tWord.users).length, 'users': _.keys(tWord.users).length,
'since': moment(tWord.creation).format('dd/mm/YYYY'); 'since': moment(tWord.creation).format('dd/mm/YYYY')
})); }));
} else { } else {
event.reply(word + ' isn\'t being tracked.'); event.reply(word + ' isn\'t being tracked.');