summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.cpp b/src/config.cpp
index eb037c76a..b6c7ff4cf 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -557,10 +557,6 @@ Conf::Conf() : Block("")
}
}
Anope::CaseMapRebuild();
-
- /* Check the user keys */
- if (!options->Get<unsigned>("seed"))
- Log() << "Configuration option options:seed should be set. It's for YOUR safety! Remember that!";
}
Conf::~Conf()