Skip to content

Commit

Permalink
Add timezone link to unknown user/timezone message.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrope committed Dec 22, 2013
1 parent 60fe2d1 commit 72ddce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def f_time(bot, trigger):
return
else:
bot.say("I'm sorry, I don't know about the %s timezone or"
" user." % tz)
" user. Try one from http://dft.ba/-tz" % tz
return
#We don't have a timzeone. Is there one set? If not, just use UTC
elif bot.db:
Expand Down

0 comments on commit 72ddce6

Please sign in to comment.