=====
 ALL 
=====
| 

about
-----
| 

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

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

allow commands to be executed by all users

| 


| 

commands
--------
| 


1) all-add

    add command to be allowed by all users

    ::

        <user> !all-add version
        <output> version command is now allowed for all clients

3) all-list

    list commands allowed by all users

    ::

        <user> !all-list
        <output> version

3) all-del

    remove command from the allowed list

    ::

        <user> !all-del version
        <output> version command is removed from allowed list
