|
IRCBot Plugin API
v5
|
#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... | |
This is the access control method for commands starting in IRCBot v5. It is pretty straightforward and the fields are explained below.
| 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
1.8.8