Răsfoiți Sursa

Update BT.Core.tcl

Daniel Voipan 5 ani în urmă
părinte
comite
da3f26ca2b
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      BlackTools/BT.Core.tcl

+ 2 - 2
BlackTools/BT.Core.tcl

@@ -6328,8 +6328,8 @@ pushmode $chan +o $nick
 
 proc unset:floodcmd {host chan} {
 global count
-if {[info exists count(floodcmd:$host:$chan)]} {
-	unset count(floodcmd:$host:$chan)
+if {[info exists black(floodcmd:$host:$chan)]} {
+	unset black(floodcmd:$host:$chan)
 	}
 }