From 901fc3e40f26cdf173703313e6d37595a3d3b92a Mon Sep 17 00:00:00 2001 From: Robby Date: Wed, 25 Apr 2018 18:59:09 +0200 Subject: [PATCH] Document that negating is possible for commands and privs in opertype blocks. --- data/example.conf | 3 +++ 1 file changed, 3 insertions(+) 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.