diff options
| author | 2012-04-15 12:08:23 +0200 | |
|---|---|---|
| committer | 2012-04-15 12:08:23 +0200 | |
| commit | e4322e778105cf1beec0e45dbb1f3fcb51540554 (patch) | |
| tree | 13c04c74fa065c9e41b396695fdfc53de182b9c9 /src/configreader.cpp | |
| parent | Merge pull request #50 from gemina/insp12+starttls (diff) | |
| download | inspircd++-e4322e778105cf1beec0e45dbb1f3fcb51540554.tar.gz inspircd++-e4322e778105cf1beec0e45dbb1f3fcb51540554.tar.bz2 inspircd++-e4322e778105cf1beec0e45dbb1f3fcb51540554.zip | |
Backported Shawn's NoSnoticeStack code from insp21
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
