summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configreader.h5
-rw-r--r--src/configreader.cpp1
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 112736439..c63b46779 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -336,11 +336,6 @@ class CoreExport ServerConfig
*/
std::string FixedPart;
- /** The last string found within a <die> tag, or
- * an empty string.
- */
- std::string DieValue;
-
/** The DNS server to use for DNS queries
*/
std::string DNSServer;
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 20cc0c2b3..5b430afe1 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -470,7 +470,6 @@ void ServerConfig::Fill()
WhoWasGroupSize = ConfValue("whowas")->getInt("groupsize");
WhoWasMaxGroups = ConfValue("whowas")->getInt("maxgroups");
WhoWasMaxKeep = ServerInstance->Duration(ConfValue("whowas")->getString("maxkeep"));
- DieValue = ConfValue("die")->getString("value");
MaxChans = ConfValue("channels")->getInt("users", 20);
OperMaxChans = ConfValue("channels")->getInt("opers", 60);
c_ipv4_range = ConfValue("cidr")->getInt("ipv4clone", 32);