diff options
| author | 2012-04-15 10:45:34 +0200 | |
|---|---|---|
| committer | 2012-04-15 10:45:34 +0200 | |
| commit | c376d800ebe6057f2afd7ffcd065b64e0cdb3292 (patch) | |
| tree | 6b95d2b2e9d8d748895a840a69bb9652abd12ecf /include | |
| parent | Merge pull request #53 from SaberUK/clang-analyze (diff) | |
Backported Shawn's NoSnoticeStack code from insp21
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 4 |
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 |
