diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-20 23:35:06 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-20 23:35:06 +0100 |
commit | 29faf7573130bb0f672f4a9cd3a62bcdd409f4cc (patch) | |
tree | 19c10b7283d15772d21356f65f80038c3f4e4273 | |
parent | 84b3bce9fb4d7d3b64ce20964bb43564b1881ce0 (diff) |
bash plugin: document bash search
-rw-r--r-- | data/rbot/plugins/bash.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/bash.rb b/data/rbot/plugins/bash.rb index a09c53ab..047b3994 100644 --- a/data/rbot/plugins/bash.rb +++ b/data/rbot/plugins/bash.rb @@ -70,6 +70,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)") ].join(", ") end |