=======
 QUOTE 
=======
| 

about
-----
| 

:author:  Bart Thate <bart@gozerbot.org>
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license: Public Domain
 
| 

description
-----------
| 

manage quotes

| 

commands
--------
| 


1) quote (q)

    show random quote

    ::

        <user> !quote
        <output> #1 mekker

2) quote-2 (2q)

    quote-2 .. show 2 random quotes

    ::

        <user> !quote-2
        <output> #1 mekker .. #4 mekker

3) quote-add (aq)

    quote-add <txt> .. add quote

    ::

        <user> !quote-add mekker
        <output> quote 14 added

4) quote-bad

    show lowest 10 quote karma

    ::

        <user> !quote-bad
        <output> quote karma void

5) quote-count (cq)

    count nr of quotes

    ::

        <user> !quote-count
        <output> quotes count is 13

6) quote-del (dq)

    quote-del <nr> .. delete quote

    ::

        <user> !quote-del 2
        <output> can't delete quote with nr 2

7) quote-good

    show top 10 quote karma

    ::

        <user> !quote-good
        <output> quote karma void

8) quote-id (iq)

    quote-id <nr> .. get quote <nr>

    ::

        <user> !quote-id 2
        <output> can't fetch quote with id 2

9) quote-last (lq)

    show last quote

    ::

        <user> !quote-last
        <output> #14 mekker

10) quote-search (sq)

    quote-search <txt> .. search quotes for <txt>

    ::

        <user> !quote-search bla
        <output> no quotes found with bla

11) quote-who (wq)

    quote-who <nr> .. show who quote <nr>

    ::

        <user> !quote-who 1
        <output> quote #1 was made by bart on Fri Mar  9 23:53:25 2007
