소스 검색

Update BT.Next.tcl

Florian 8 년 전
부모
커밋
4322a230f0
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      BlackTools2.5.1/BlackTools/Modules/BT.Next.tcl

+ 4 - 1
BlackTools2.5.1/BlackTools/Modules/BT.Next.tcl

@@ -25,6 +25,9 @@ if {[matchattr $handle $black(exceptflags) $chan]} {
 	pushmode $chan +v $nick
 	return
 }
+if {[string equal -nocase $nick $black(chanserv)]} {
+	return
+}
 if {[isbotnick $nick]} { 
 	black:next:joincheck $chan
 	return
@@ -442,4 +445,4 @@ if {[lsearch -exact [string tolower [split $black(next:$chan:list)]]  [string to
 ##############
 #########################################################################
 ##   END                                                               ##
-#########################################################################
+#########################################################################