Commands to set access level

This group of commands allows the owner of the bot change user access to commands of the bot.

Currently there is only one access level: -1 which means ignore. At this access level a user cannot makr the bot run any command in any conference at any time, indepedently of the user's rank and role.

!acl list

This lists all commands available in the category.

Example

  <nick> !acl list
  <gluxi> Plugin "acl" has followed commands: help, list, show, add, del, clear

!acl show

This lists rules and access levels.

Example

  <nick> !acl show
  <gluxi> Access list: 
  alpha@jabber.org: -1
  gluxi@hex.net: -1
  moto@ezxdev.org: -1
  soul@jabbus.org: -1
  sulci@jabber.com: -1

!acl add

This adds a new rule to set access level for a new JID.

Example

  <nick> !acl add user@server.name -1
  <gluxi> Ok

!acl del

This deletes a rule from the access level list.

Example

  <nick> !acl del user@server.name
  <gluxi> Ok

!acl clear

This clears the list of access levels completely.

Example

  <nick> !acl clear
  <gluxi> Ok