From 144cbc49e1893162ee415868c22faa1e815f5107 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 20 Jan 2009 23:38:31 +0100 Subject: [PATCH] bash plugin: bash latest is not broken --- data/rbot/plugins/bash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => print the first bash.org quote matching "), - _("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 -- 2.32.0.93.g670b81a890