QUOTE2


about


author:Bart Thate <bthate@gmail.com>
contact:IRCNET/#dunkbots
distribution:core
license:MIT

description


quotes plugin

commands


commands in this plugin:
 quote2-count .. quote2-who .. quote2-id .. quote2-bad .. quote2-del .. quote2-search .. quote2-good .. quote2 .. quote2-add .. quote2-last .. quote2-2

  1. quote2 .. [handle_quote]

    description:quote .. show random quote
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2 command.
    examples:
    <user> ;quote2
    <output> #4 mekker
  2. quote2-2 .. [handle_quote2]

    description:quote-2 .. show 2 random quotes
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-2 command.
    examples:
    <user> ;quote2-2
    <output> #10 mekker
    <output> #3 mekker
  3. quote2-add .. [handle_quoteadd]

    description:quote-add <txt> .. add a quote
    permissions:USER .. QUOTEADD
    code:quote2-add command.
    examples:
    <user> ;quote2-add mekker
    <output> quote 16 added
  4. quote2-bad .. [handle_quotebad]

    description:show top ten negative karma
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-bad command.
    examples:
    <user> ;quote2-bad
    <output> quote karma void
  5. quote2-count .. [handle_quotescount]

    description:quote-count .. show number of quotes
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-count command.
    examples:
    <user> ;quote2-count
    <output> quotes count is 15
  6. quote2-del .. [handle_quotedel]

    description:quote-del <nr> .. delete quote by id
    permissions:QUOTEDEL .. OPER .. QUOTE
    code:quote2-del command.
    examples:
    <user> ;quote2-del 2
    <output> can't delete quote with nr 2
  7. quote2-good .. [handle_quotegood]

    description:show top ten positive karma
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-good command.
    examples:
    <user> ;quote2-good
    <output> quote karma void
  8. quote2-id .. [handle_quoteid]

    description:quote-id <nr> .. show quote by id
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-id command.
    examples:
    <user> ;quote2-id 2
    <output> can't fetch quote with id 2
  9. quote2-last .. [handle_quotelast]

    description:quote-last .. show last quote
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-last command.
    examples:
    <user> ;quote2-last
    <output> #16 mekker
  10. quote2-search .. [handle_quotesearch]

    description:quote-search <txt> .. search quotes
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-search command.
    examples:
    <user> ;quote2-search bla
    <output> no quotes found with bla
  11. quote2-who .. [handle_quotewho]

    description:quote2-who <nr> .. show who added a quote
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote2-who command.
    examples:
    <user> ;quote2-who 1
    <output> quote #1 was made by test on 1332502426.07

Table Of Contents

Previous topic

LISTS

Next topic

TODO2

This Page