소스 검색

Update BT.Core.tcl

Daniel Voipan 5 년 전
부모
커밋
da3f26ca2b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)
 	}
 }