diff options
author | Adam <Adam@anope.org> | 2012-11-01 16:15:44 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-01 16:15:44 -0400 |
commit | a0a54fdfe058026f028dc0930e3ba982bce5b6dc (patch) | |
tree | 255ad4ecee2a6407c1113fc98ccd76bbfec0bfaa /data | |
parent | d90d5d538bdbf6db2c1ca39e998e80c28a7b3c75 (diff) |
Expand options:hideprivilegedcommands to not show commands requiring authentication to unidentified users
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 9f3eebeb4..7bf1ea6ec 100644 --- a/data/example.conf +++ b/data/example.conf @@ -520,7 +520,7 @@ options * If set, Services will hide commands that users don't have the privileges to execute * from HELP output. */ - hideprivilegedcommands = no + hideprivilegedcommands = yes /* * If set, Services do not allow ownership of nick names, only ownership of accounts. |