IRCBot Plugin API  v5
Public Attributes | List of all members
COMMAND_ACL Struct Reference

#include <plugins.h>

Public Attributes

uint32 flags_all
 user must have all these flags to be allowed More...
 
uint32 flags_any
 user must have at least one of these to be allowed More...
 
uint32 flags_not
 user cannot have any of these flags and be allowed More...
 

Detailed Description

This is the access control method for commands starting in IRCBot v5. It is pretty straightforward and the fields are explained below.

Member Data Documentation

uint32 COMMAND_ACL::flags_all

user must have all these flags to be allowed

uint32 COMMAND_ACL::flags_any

user must have at least one of these to be allowed

uint32 COMMAND_ACL::flags_not

user cannot have any of these flags and be allowed


The documentation for this struct was generated from the following file: