LISTS


about


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

description


lists per user

commands


commands in this plugin:
 lists-show .. lists .. lists-del .. lists-merge

  1. lists .. [handle_lists]

    description:list <listname> [‘,’ <item>]
    permissions:USER
    code:lists command.
    examples:
    <user> ;lists bla
    <output> no bla list available
    <user> ;lists bla, mekker
    <output> mekker added to bla list
  2. lists-del .. [handle_listsdel]

    description:list-del <listname> ‘,’ <listofnrs> .. remove items with indexnr from list
    permissions:USER
    code:lists-del command.
    examples:
    <user> ;lists-del mekker , 1
    <output> mekker is not an integer
    <user> ;lists-del mekker , 0 3 6
    <output> mekker is not an integer
  3. lists-merge .. [handle_listsmerge]

    description:merge 2 list
    permissions:USER
    code:lists-merge command.
    examples:
    <user> ;lists-merge mekker miep
    <output> no mekker list available or empty
  4. lists-show .. [handle_listsshow]

    description:show avaiable lists
    permissions:USER
    code:lists-show command.
    examples:
    <user> ;lists-show
    <output> no lists available

Table Of Contents

Previous topic

KARMA

Next topic

QUOTE

This Page