Skip to content

Commit

Permalink
change get_person_time message
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 3, 2016
1 parent d878458 commit b4de505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.rb
Expand Up @@ -72,7 +72,7 @@ def get_people()
when /time\s+in\s+(\w+)/i
person = $1
time = get_person_time(person)
reply.text = "it's #{time} in #{person}"
reply.text = "it's #{time} where #{person} is"
when /delete\s+(\w+)/i
person = $1
delete_person(person)
Expand Down

0 comments on commit b4de505

Please sign in to comment.