No longer need Server6

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@652 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-02-13 05:41:50 +00:00
parent 9d4be439a6
commit 12cc6af48c
-8
View File
@@ -936,14 +936,6 @@ bool CZNC::ParseConfig(const CString& sConfig) {
} else if (sName.CaseCmp("Allow") == 0) {
pUser->AddAllowedHost(sValue);
continue;
} else if (sName.CaseCmp("Server6") == 0) {
CUtils::PrintAction("Adding ipv6 Server [" + sValue + "]");
#ifdef HAVE_IPV6
CUtils::PrintStatus(pUser->AddServer(sValue, true));
#else
CUtils::PrintStatus(false, "ZNC was not compiled with ipv6 support");
#endif
continue;
} else if (sName.CaseCmp("Server") == 0) {
CUtils::PrintAction("Adding Server [" + sValue + "]");
CUtils::PrintStatus(pUser->AddServer(sValue));