no message

This commit is contained in:
hellcat 2026-01-17 14:42:15 +08:00
parent d2f457ab04
commit 9f49492831

View File

@ -107,7 +107,8 @@ final class FreenodePool
foreach ($aFromFileContent as $aNode) {
if (isset($aNode["cipher"])) {
if ($aNode["cipher"] == "auto") {
$aNode["cipher"] = "none";
$sRawCipher = "auto";
$aNode["cipher"] = '"' . $sRawCipher . '"';
}
}