diff options
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 60da3b9a0..4309b72b6 100644 --- a/data/example.conf +++ b/data/example.conf @@ -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. |