From c376d800ebe6057f2afd7ffcd065b64e0cdb3292 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 15 Apr 2012 10:45:34 +0200 Subject: Backported Shawn's NoSnoticeStack code from insp21 --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.2.3