TOPIC


about


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

description


manage topics.

commands


commands in this plugin:
 topic-del .. topic-listadd .. topic-move .. topic-add .. topic-set .. topic-listdel .. topic

  1. topic .. [handle_gettopic]

    description:arguments: [<channel>] - get topic
    permissions:USER
    code:topic command.
    examples:
    <user> ;topic
    <output> can't get topic data of channel #test
    <user> ;topic #dunkbots
    <output> can't get topic data of channel #dunkbots
  2. topic-add .. [handle_topicadd]

    description:arguments: <txt> - add topic item
    permissions:USER
    code:topic-add command.
    examples:
    <user> ;topic-add mekker
    <output> can't get topic data
  3. topic-del .. [handle_topicdel]

    description:arguments: <topicnr> - delete topic item
    permissions:USER
    code:topic-del command.
    examples:
    <user> ;topic-del 1
    <output> can't get topic data
  4. topic-listadd .. [handle_topiclistadd]

    description:arguments: <topicnr> <person> - add a person to a topic list
    permissions:USER
    code:topic-listadd command.
    examples:
    <user> ;topic-listadd 1 bart
    <output> can't get topic data
  5. topic-listdel .. [handle_topiclistdel]

    description:arguments: <topicnr> <person> - remove person from topic list
    permissions:USER
    code:topic-listdel command.
    examples:
    <user> ;topic-listdel 1 bart
    <output> can't get topic data
  6. topic-move .. [handle_topicmove]

    description:arguments: <nrfrom> <nrto> - move topic item
    permissions:USER
    code:topic-move command.
    examples:
    <user> ;topic-move 3 1
    <output> can't get topic data
  7. topic-set .. [handle_topicset]

    description:arguments: <topic> - set the topic
    permissions:USER
    code:topic-set command.
    examples:
    <user> ;topic-set Yooo
    <output> done - topic-set

Table Of Contents

Previous topic

TINYURL

Next topic

TOUR

This Page