jsn / rbot

ruby irc bot (official repo mirror)
http://ruby-rbot.org/
Other
79 stars 36 forks source link

Fix broken output from Utils.secs_to_string #8

Closed jaythomas closed 11 years ago

jaythomas commented 11 years ago

Utils.secs_to_string(360) now returns "6 minutes" instead of "["6 minutes"]".

Oblomov commented 11 years ago

Thanks, cherry-picked.