LISTS


about


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

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:jsb.plugs.db.lists_lists_command.
    examples:
    <user> ;lists bla
    <output> results: 1) mekker, 2) mekker, 3) mekker, 4) mekker, 5) mekker, 6) mekker, 7) mekker, 8) mekker, 9) mekker, 10) mekker, 11) mekker, 12) mekker, 13) mekker, 14) mekker, 15) mekker, 16) mekker, 17) mekker, 18) mekker, 19) mekker, 20) mekker, 21) mekker, 22) mekker, 23) mekker, 24) mekker
    <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> lists: bla

Table Of Contents

Previous topic

KARMA2

Next topic

QUOTE2

This Page