Browse Source

Update BT.H.tcl

idleban setting added
BLaCkShaDoW 1 year ago
parent
commit
3b7832cf08
1 changed files with 3 additions and 0 deletions
  1. 3 0
      BlackTools/Commands/BT.H.tcl

+ 3 - 0
BlackTools/Commands/BT.H.tcl

@@ -924,6 +924,9 @@ if {[setting:get $chan idlevoice]} {
 if {[setting:get $chan idlehalfop]} {
 	lappend idle_type "%"
 }
+if {[setting:get $chan idleban]} {
+	lappend idle_type "B"
+}
 if {$idle_type == ""} {
 	set idle_type ""
 }