summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/bash.rb6
1 files changed, 5 insertions, 1 deletions
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)