소스 검색

Update BT.MeCmds.tcl

BLaCkShaDoW 3 년 전
부모
커밋
32b32151ad
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      BlackTools/Commands/BT.MeCmds.tcl

+ 3 - 1
BlackTools/Commands/BT.MeCmds.tcl

@@ -983,12 +983,14 @@ if {[matchattr $hand nmo|M $chan]} {
 	set chan1 "$chan"
 	set why [lindex [split $arg] 2]
 	set user [lindex [split $arg] 3]
+	set uhost [lindex [split $arg] 4]
 if {[regexp {^[&#]} $why] && [matchattr $hand nmo|M $chan]} {
 	set chan "$why"
 	set why [lindex [split $arg] 3]
 	set user [lindex [split $arg] 4]
+	set uhost [lindex [split $arg] 5]
 		}
-private:process $nick $host $hand $chan $chan1 $why $user $type
+private:process $nick $host $hand $chan $chan1 $why $user $uhost $type
 	}
 }