=======
 TOPIC 
=======
| 

about
-----
| 

:author:  Bart Thate <bart@gozerbot.org>
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license: Public Domain
 
| 

description
-----------
| 

manage the topic of a channel

| 

commands
--------
| 


1) topic

    topic [<channel>] .. get topic

    ::

        <user> !topic

    ::

        <user> !topic #dunkbots

2) topic-add

    topic-add <txt> .. add a topic item

    ::

        <user> !topic-add mekker

3) topic-del

    topic-del <topicnr> .. delete topic item

    ::

        <user> !topic-del 1

4) topic-move

    topic-move <nrfrom> <nrto> .. move topic items

    ::

        <user> !topic-move 3 1

5) topic-set

    set channel topic

    ::

        <user> !topic-set Yooo
