diff --git a/bot.rb b/bot.rb index 22d8b9e..543ac91 100644 --- a/bot.rb +++ b/bot.rb @@ -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)