diff options
author | Robby- <robbyke@gmail.com> | 2012-04-15 10:45:34 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-04-15 10:45:34 +0200 |
commit | c376d800ebe6057f2afd7ffcd065b64e0cdb3292 (patch) | |
tree | 6b95d2b2e9d8d748895a840a69bb9652abd12ecf /docs/inspircd.conf.example | |
parent | 207c6c290e5b752d562fdc0b121379d511a3dce8 (diff) |
Backported Shawn's NoSnoticeStack code from insp21
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 322a6e820..a820d4a40 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -598,7 +598,11 @@ # invitebypassmodes: This allows /invite to bypass other channel modes. # (Such as +k, +j, +l, etc) - invitebypassmodes="yes"> + invitebypassmodes="yes" + + # nosnoticestack: This prevents snotices from 'stacking' and giving you + # the message saying '(last message repeated X times)'. Defaults to no. + nosnoticestack="no"> #-#-#-#-#-#-#-#-#-#-#-# PERFORMANCE CONFIGURATION #-#-#-#-#-#-#-#-#-#-# |