diff options
-rw-r--r-- | data/rbot/plugins/bash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/bash.rb b/data/rbot/plugins/bash.rb index 047b3994..d9515f5e 100644 --- a/data/rbot/plugins/bash.rb +++ b/data/rbot/plugins/bash.rb @@ -71,7 +71,7 @@ class BashPlugin < Plugin _("bash => print a random quote from bash.org"), _("bash quote_id => print that quote id from bash.org"), _("bash search <terms> => print the first bash.org quote matching <terms>"), - _("bash latest => print the latest quote from bash.org (currently broken, need to get josh@bash.org to fix the xml)") + _("bash latest => print the latest quote from bash.org") ].join(", ") end |