diff options
author | Peter Powell <petpow@saberuk.com> | 2019-09-16 22:46:17 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-09-16 22:46:17 +0100 |
commit | 216470adcf8786a5a2d9b50097bb59d65962a744 (patch) | |
tree | b282fed33d1c7dd3dd1c0f0fb8e27130dcba1d5a | |
parent | 9982ec4e5b027ed24b1fda5e6fd3ab35b98de1a7 (diff) |
Fix the example tag for changing the voice ranks.
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 678139049..9cbf116cf 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -681,7 +681,7 @@ # You can also override the configuration of prefix modes added by both the core # and other modules by adding a customprefix tag with change="yes" specified. # <customprefix name="op" change="yes" rank="30000" ranktoset="30000"> -# <customprefix name="voice" change="yes" rank="10000" ranktoset="10000" depriv="no"> +# <customprefix name="voice" change="yes" rank="10000" ranktoset="20000" depriv="no"> # # Do /RELOADMODULE customprefix after changing the settings of this module. |