diff options
Diffstat (limited to 'data')
-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 |