summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-15 02:02:47 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-15 02:02:47 -0700
commit9852b8b68b4a1ca8096dc3402da89930b91c36e4 (patch)
tree0ef95a6626ecce59d7c2dd2dbbb409c0bc370b37 /include
parented1cdbef159f2e6a33eff966946fccfc08c37568 (diff)
parentc376d800ebe6057f2afd7ffcd065b64e0cdb3292 (diff)
Merge pull request #59 from Robby-/insp20-nosnoticestack
[2.0] Backported Shawn's NoSnoticeStack code from insp21
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 8748e57f9..d828283c3 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -581,6 +581,10 @@ class CoreExport ServerConfig
*/
bool InvBypassModes;
+ /** If this value is true, snotices will not stack when repeats are sent
+ */
+ bool NoSnoticeStack;
+
};
/** The background thread for config reading, so that reading from executable includes