diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-15 02:02:47 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-15 02:02:47 -0700 |
commit | 9852b8b68b4a1ca8096dc3402da89930b91c36e4 (patch) | |
tree | 0ef95a6626ecce59d7c2dd2dbbb409c0bc370b37 /docs/inspircd.conf.example | |
parent | ed1cdbef159f2e6a33eff966946fccfc08c37568 (diff) | |
parent | c376d800ebe6057f2afd7ffcd065b64e0cdb3292 (diff) |
Merge pull request #59 from Robby-/insp20-nosnoticestack
[2.0] 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 #-#-#-#-#-#-#-#-#-#-# |