3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

quote command

This commit is contained in:
Luke Slater 2012-03-10 19:53:11 +00:00
parent 813488db57
commit 90b95fae43

View File

@ -20,7 +20,19 @@ This is the original reason that DBot was created.
Commands:
- ~qadd category=newquote - Add a new quote to the database.
- _~q category_ - Display a random quote from a given category.
- _~qadd category=newquote_ - Add a new quote to the database.
- _~qstats_ - Show a list of the biggest quote categories.
- _~qsearch category needle_ - Search for a quote in a given category.
- _~rmlast [category]_ - Remove the last quote added to a given category, or the
last quote added.
- _~rm category quote_ - Remove a given quote from the given category.
- _~qcount category_ - Show the number of quotes stored in the given category.
- _~rq_ - Show a random quote from a random category.
- _~d_ - Show a quote from the category which matches the bot's name.
- _~link category_ - Create a link to the page on the web interface which displays the
given category's quotes.
- _~qprune_ - Delete empty quote categories.
### Admin