Przeglądaj źródła

Update BT.Core.tcl

Daniel Voipan 5 lat temu
rodzic
commit
da3f26ca2b
1 zmienionych plików z 2 dodań i 2 usunięć
  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} {
 proc unset:floodcmd {host chan} {
 global count
 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)
 	}
 	}
 }
 }