QUOTE


about


author:FeedBackLoop <feedbackloop@gmail.com>
contact:FREENODE/#fbf
distribution:core
license:

description


quotes plugin

commands


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

  1. quote .. [handle_quote]

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

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

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

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

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

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

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

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

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

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

    description:quote-who <nr> .. show who added a quote
    permissions:USER .. WEB .. ANON .. ANONQUOTE
    code:quote-who command.
    examples:
    <user> ;quote-who 1
    <output> no who quote data available

Table Of Contents

Previous topic

LISTS

Next topic

TODO

This Page