diff options
author | Peter Powell <petpow@saberuk.com> | 2018-12-09 02:19:42 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-12-09 02:19:42 +0000 |
commit | 94eb36566e0de00c158bcbdd57a5d372bb76b264 (patch) | |
tree | af994b3d20195f8a8ea7b54eacf7b7c35e9004a1 /docs/conf | |
parent | 9361492b41918980f5f53de5cc25882958d20e36 (diff) |
Clean up the callerid documentation slightly.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index a5fe73948..829f99683 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -287,14 +287,14 @@ #<module name="callerid"> # #-#-#-#-#-#-#-#-#-#-#- CALLERID CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# -# maxaccepts - Maximum number of entries a user can add to his # +# maxaccepts - Maximum number of entries a user can add to their # # /ACCEPT list. Default is 30 entries. # -# tracknick - Preserve /accept entries when a user changes nick? # +# tracknick - Preserve /ACCEPT entries when a user changes nick? # # If no (the default), the user is removed from # -# everyone's accept list if he changes nickname. # +# everyone's accept list if their nickname changes. # # cooldown - Amount of time that must pass since the last # -# notification sent to a user before he can be sent # -# another. Default is 1 minute. # +# notification sent to a user before they can be # +# sent another. Default is 1 minute. # #<callerid maxaccepts="30" # tracknick="no" # cooldown="1m"> |