diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-03 22:35:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-03 22:35:53 +0000 |
commit | 6bd4024fd2e93fb740329560356500ce149692b3 (patch) | |
tree | 081c3d85efb884ad759159945051b88e6271178d /docs | |
parent | 7a2462b891ba055cbedbf4d94ea3d5af50afa97c (diff) |
Rename <chanhistory:notice> to <chanhistory:prefixmsg>.
This name is a lot lessambiguous.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index ae747e3a0..215f66137 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -424,10 +424,11 @@ # # Set the maximum number of lines allowed to be stored per channel below. # This is the hard limit for 'X'. -# If notice is set to yes, joining users will get a NOTICE before playback -# telling them about the following lines being the pre-join history. +# If prefixmsg is set to yes, joining users without batch support will get +# a NOTICE before playback telling them about the following lines being +# the pre-join history. # If bots is set to yes, it will also send to users marked with +B -#<chanhistory maxlines="50" notice="yes" bots="yes"> +#<chanhistory maxlines="50" prefixmsg="yes" bots="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel logging module: Used to send snotice output to channels, to |