瀏覽代碼

Update BT.Core.tcl

Daniel Voipan 5 年之前
父節點
當前提交
d5add0850a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BlackTools/BT.Core.tcl

+ 1 - 1
BlackTools/BT.Core.tcl

@@ -7186,7 +7186,7 @@ proc dns:checkexcept {host} {
 	global black
 	set valid_except 0
 if {$black(dns_onjoin) == 0} {
-	return 0
+	return 1
 }
 	set host [lindex [split $host "@"] 1]
 foreach h $black(dns:host_excepts) {