X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fbash.rb;h=a09c53abdd13e5a893971618d0fe450431b2a374;hb=84b3bce9fb4d7d3b64ce20964bb43564b1881ce0;hp=2d52a5ecd09b4d3bb8abb87b44fb3a89d7014c08;hpb=929205f7c7e94daf83f6d762ff7614753cfaa712;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/bash.rb b/data/rbot/plugins/bash.rb index 2d52a5ec..a09c53ab 100644 --- a/data/rbot/plugins/bash.rb +++ b/data/rbot/plugins/bash.rb @@ -67,7 +67,11 @@ class BashPlugin < Plugin include REXML def help(plugin, topic="") - "bash => print a random quote from bash.org, bash quote_id => print that quote id from bash.org, bash latest => print the latest quote from bash.org (currently broken, need to get josh@bash.org to fix the xml)" + [ + _("bash => print a random quote from bash.org"), + _("bash quote_id => print that quote id from bash.org"), + _("bash latest => print the latest quote from bash.org (currently broken, need to get josh@bash.org to fix the xml)") + ].join(", ") end def bash_filter(s)