From e4322e778105cf1beec0e45dbb1f3fcb51540554 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 15 Apr 2012 12:08:23 +0200 Subject: Backported Shawn's NoSnoticeStack code from insp21 --- src/configreader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index a8f9367a1..92700c24f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -843,6 +843,7 @@ static const InitialConfig Values[] = { {"limits", "maxgecos", "128", new ValueContainerLimit (&ServerLimits::MaxGecos), DT_LIMIT, NULL}, {"limits", "maxaway", "200", new ValueContainerLimit (&ServerLimits::MaxAway), DT_LIMIT, NULL}, {"options", "invitebypassmodes", "1", new ValueContainerBool (&ServerConfig::InvBypassModes), DT_BOOLEAN, NULL}, + {"options", "nosnoticestack", "0", new ValueContainerBool (&ServerConfig::NoSnoticeStack), DT_BOOLEAN, NULL}, }; /* These tags can occur multiple times, and therefore they have special code to read them -- cgit v1.3.1-10-gc9f91