Skip to content

Commit

Permalink
Merge pull request sopel-irc#665 from maxpowa/patch-1
Browse files Browse the repository at this point in the history
Return after telling the user to pick a time format.
  • Loading branch information
Elad Alfassa committed Nov 24, 2014
2 parents d52a727 + 9bf980d commit 4d5c423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def update_user_format(bot, trigger):
if not tformat:
bot.reply("What format do you want me to use? Try using"
" http://strftime.net to make one.")
return

tz = get_timezone(bot.db, bot.config, None, None, trigger.sender)

Expand Down

0 comments on commit 4d5c423

Please sign in to comment.