diff options
| author | 2014-03-07 18:09:21 +0100 | |
|---|---|---|
| committer | 2014-03-07 18:09:21 +0100 | |
| commit | b15cffc167391fc8af6cab52061d4b591ec5bbf8 (patch) | |
| tree | c6d1ca6d1953ef611663e0dc8d4a40adb9cbe660 /src/configreader.cpp | |
| parent | Move {prefix|suffix|fixed}{quit|part} into core_user (diff) | |
Move admin settings into core_info
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 6d5fc9a87..b9417bf3c 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -372,9 +372,6 @@ void ServerConfig::Fill() XLineMessage = options->getString("xlinemessage", options->getString("moronbanner", "You're banned!")); ServerDesc = ConfValue("server")->getString("description", "Configure Me"); Network = ConfValue("server")->getString("network", "Network"); - AdminName = ConfValue("admin")->getString("name", ""); - AdminEmail = ConfValue("admin")->getString("email", "null@example.com"); - AdminNick = ConfValue("admin")->getString("nick", "admin"); NetBufferSize = ConfValue("performance")->getInt("netbuffersize", 10240, 1024, 65534); dns_timeout = ConfValue("dns")->getInt("timeout", 5); DisabledCommands = ConfValue("disabled")->getString("commands", ""); |
