forked from GitHub/dbot
m is not n
This commit is contained in:
parent
300a6c51a1
commit
65d752484f
@ -49,13 +49,13 @@ var commands = function(dbot){
|
||||
if(tz) {
|
||||
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');
|
||||
event.reply(user.currentNick + ' needs to set a timezone with "~set timezone x"');
|
||||
}
|
||||
} else {
|
||||
if(!user) {
|
||||
event.reply('No idea who that is mate');
|
||||
} else {
|
||||
event.reply(user.currentNick + ' needs to set a timezone with ~timezone');
|
||||
event.reply(user.currentNick + ' needs to set a timezone with "~set timezone x"');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user