Browse Source

Update BT.Next.tcl

Florian 8 năm trước cách đây
mục cha
commit
4322a230f0
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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                                                               ##
-#########################################################################
+#########################################################################