diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-20 23:38:31 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-20 23:38:31 +0100 |
commit | 144cbc49e1893162ee415868c22faa1e815f5107 (patch) | |
tree | 64b4f79089e927fa7b8123b42acc3c3c29c0d9a0 | |
parent | 29faf7573130bb0f672f4a9cd3a62bcdd409f4cc (diff) |
bash plugin: bash latest is not broken
-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 |