diff options
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index f2e1d9e89..a5fe73948 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -288,14 +288,14 @@ # #-#-#-#-#-#-#-#-#-#-#- CALLERID CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # maxaccepts - Maximum number of entries a user can add to his # -# /ACCEPT list. Default is 16 entries. # +# /ACCEPT list. Default is 30 entries. # # 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. # # 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. # -#<callerid maxaccepts="16" +#<callerid maxaccepts="30" # tracknick="no" # cooldown="1m"> |