]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
If SVSNICK is sent to force a change to a UID-lookalike, just change nick to UID...
[user/henk/code/inspircd.git] / src / modules.cpp
index 11b06e96042071c43069a1c4c55be870f69ddad8..529e88b07220e6aceb9e05573b9a3a904396a19a 100644 (file)
@@ -558,6 +558,8 @@ const std::vector<std::string> ModuleManager::GetAllModuleNames(int filter)
 ConfigReader::ConfigReader()
 {
        this->error = 0;
+       ServerInstance->Logs->Log("MODULE", DEBUG, "ConfigReader is deprecated in 2.0; "
+               "use ServerInstance->Config->ConfValue(\"key\") or ->ConfTags(\"key\") instead");
 }