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

about
-----
| 

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

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

op with command or op on join

| 

  for op to work for a user the user must have the channel name in his/hers
  status .. use !user-addstatus <username> #channel
  normally the bot doesnt op nicks that join after a split to prevent floods, 
  this can be disabled by using ops-cfg oponsplit 1
 

| 

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

3) ops-cfg

    plugin configuration

    ::

        <user> !ops-cfg
        <output> options: oponsplit=0

3) ops-cfgsave

    save plugin configuration

    ::

        <user> !ops-cfgsave
        <output> config saved

3) 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

3) ops-list

    list in which channels opping is disabled

    ::

        <user> !ops-list
        <output> opping is disabled in []

3) splitted

    show whos on the splitted list

    ::

        <user> !splitted
        <output> []

3) splitted-clear

    clear the splitted list

    ::

        <user> !splitted-clear
        <output> done
