From b4de5057cc364cd77f5d8a0f77e4db348474206c Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 3 Sep 2016 15:22:16 +0000 Subject: [PATCH] change get_person_time message --- bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)