diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-12 20:36:14 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-07-26 23:00:30 +0200 |
commit | 2f4c812e7cfb4b5a5497098127f4ffbe68d91dd2 (patch) | |
tree | 7ce699024f8d0b2fbd19ac87844668abbe2f0d5f /docs/conf/modules.conf.example | |
parent | 6d4db6b2623170b7e675d188ee01683dcc32db25 (diff) |
Update example configs
Document m_chanhistory settings
Note that m_censor adds usermode +G as well
Add geoip /STATS G to helpop
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index f86ebfa6c..0f0da74c7 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -305,7 +305,7 @@ #<module name="m_cban.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Censor module: Adds the channel mode +G +# Censor module: Adds channel and user mode +G #<module name="m_censor.so"> # #-#-#-#-#-#-#-#-#-#-#- CENSOR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# @@ -378,8 +378,13 @@ # joining a channel with +H 'X:T' set; 'T' is the maximum time to keep # lines in the history buffer. Designed so that the new user knows what # the current topic of conversation is when joining the channel. -# NOTE: Currently hard-limited to a maximum of 50 lines. #<module name="m_chanhistory.so"> +# +# 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. +#<chanhistory maxlines="20" notice="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel logging module: used to send snotice output to channels, to |