1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 20:43:12 +02:00

Document that negating is possible for commands and privs in opertype blocks.

This commit is contained in:
Robby
2018-04-25 18:59:09 +02:00
parent 5683f45925
commit 901fc3e40f
+3
View File
@@ -812,6 +812,9 @@ log
* These can contain commands for oper-only strings (see above) which grants access to that specific command,
* and privileges (which grant access to more general permissions for the named area).
* Wildcard entries are permitted for both, e.g. 'commands = "operserv/*"' for all OperServ commands.
* You can also negate values with a ~. For example, "~operserv/akill operserv/*" would allow all OperServ
* commands except for operserv/akill. Note that processing stops at the first matching option, which
* means "* ~operserv/*" would allow everything because * matches everything.
*
* Below are some default example types, but this is by no means exhaustive,
* and it is recommended that you configure them to your needs.