Browse Source

Update BT.Core.tcl

Daniel Voipan 5 năm trước cách đây
mục cha
commit
d5add0850a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {