Configuration example
commands: iniciar: 0 infrs: 100 link: 100 clear: 100 # ... # (Rest of commands generated automatically) # ... cabra: 100 perro: 50The Commands module (commands) allows you to specify the minimum authorization level necessary to execute each La Cabra command.
To configure permissions, you must indicate the name of the command in your configuration file, followed by a colon (:) and the required authorization level.
0, any user will be able to use the command.Configuration example
commands: iniciar: 0 infrs: 100 link: 100 clear: 100 # ... # (Rest of commands generated automatically) # ... cabra: 100 perro: 50