summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby- <robbyke@gmail.com>2012-04-15 10:45:34 +0200
committerRobby- <robbyke@gmail.com>2012-04-15 10:45:34 +0200
commitc376d800ebe6057f2afd7ffcd065b64e0cdb3292 (patch)
tree6b95d2b2e9d8d748895a840a69bb9652abd12ecf /include
parent207c6c290e5b752d562fdc0b121379d511a3dce8 (diff)
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