From 300a6c51a1584db029d6144350ece32c8357f6de Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 2 Apr 2015 18:45:32 +0000 Subject: [PATCH] m is not n --- modules/profile/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile/commands.js b/modules/profile/commands.js index 6d702d6..1085e5c 100644 --- a/modules/profile/commands.js +++ b/modules/profile/commands.js @@ -47,7 +47,7 @@ var commands = function(dbot){ if(!err) { var tz = profile.profile.timezone; if(tz) { - event.reply('The time for ' + event.params[1] + ' is ' + moment().tz(tz).format('HH:mm:ss on DD/MM/YYYY')); + event.reply('The time for ' + event.params[1] + ' in ' + tz + ' is ' + moment().tz(tz).format('HH:mm:ss on DD/MM/YYYY')); } else { event.reply(user.currentNick + ' needs to set a timezone with ~timezone'); }