=====
 OPS 
=====
| 

about
-----
| 

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

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

op on command or op on join .. for op on join the user needs to have the channel name in his/hers status .. see addstatus 

| 

commands
--------
| 


1) op

    op [<nick>] .. give ops to <nick> or op the person giving the command

    ::

        <user> !op
        <output> i'm not op in #test

    ::

        <user> !op dunker
        <output> i'm not op in #test

2) ops-disable

    ops-disable [<channel>] .. disable opping in provided channel or the channel command was given in

    ::

        <user> !ops-disable
        <output> opping in #test disabled

    ::

        <user> !ops-disable #dunkbots
        <output> opping in #dunkbots disabled

3) ops-enable

    ops-enable [<channel>] .. enable opping in provided channel or the channel command was given in

    ::

        <user> !ops-enable
        <output> opping in #test is enabled

    ::

        <user> !ops-enable #dunkbots
        <output> opping in #dunkbots is enabled

4) ops-list

5) splitted

    show whos on the splitted list

    ::

        <user> !splitted
        <output> []

6) splitted-clear

    clear the splitted list

    ::

        <user> !splitted-clear
        <output> done
