script/knows.rb in boty-0.0.10 vs script/knows.rb in boty-0.0.11
- old
+ new
@@ -1,5 +1,5 @@
-desc "knows", "list all the commands known by this bot."
+desc I18n.t "scripts.knows"
respond(/knows/i) do
message = know_how.inject("") { |_message, command|
_message << command.first
_message << ": #{command.last}" if command.last