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

about
-----
| 

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

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

manage the topic of a channel

| 


| 

commands
--------
| 


1) topic-set

    set channel topic

    ::

        <user> !topic-set mekker
        <output> -!- gozerbot changed the topic of #dunkbots to: mekker

2) topic

    topic [<channel>] .. get topic

    ::

        <user> !topic
        <output> topic on #dunkbots is mekker made by gozerbot on Mon May 26 
        <output> 14:14:01 2008

    ::

        <user> !topic #dunkbots
        <output> can't get topic data of channel #dunkbots

3) topic-add

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

    ::

        <user> !topic-add good bot !
        <output> -!- gozerbot changed the topic of #dunkbots to: mekker | good bot !

3) topic-del

    topic-del <topicnr> .. delete topic item

    ::

        <user> !topic-del 1
        <output> -!- gozerbot changed the topic of #dunkbots to: good bot !

3) topic-move

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

    ::

        <user> !topic-move 1 2
        <output> can't get topic data
