3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

the thing the thing

This commit is contained in:
reality 2013-10-20 17:50:19 +00:00
parent 5a3b936aff
commit a721d82e76

View File

@ -54,7 +54,7 @@ var commands = function(dbot) {
},
'~time': function(event) {
var nick = event.input[1];
var nick = event.params[1].trim();
this.api.resolveUser(event.server, nick, function(user) {
if(user) {
if(user.timezone) {