Jelajahi Sumber

Update BT.MeCmds.tcl

BLaCkShaDoW 3 tahun lalu
induk
melakukan
32b32151ad
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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 chan1 "$chan"
 	set why [lindex [split $arg] 2]
 	set why [lindex [split $arg] 2]
 	set user [lindex [split $arg] 3]
 	set user [lindex [split $arg] 3]
+	set uhost [lindex [split $arg] 4]
 if {[regexp {^[&#]} $why] && [matchattr $hand nmo|M $chan]} {
 if {[regexp {^[&#]} $why] && [matchattr $hand nmo|M $chan]} {
 	set chan "$why"
 	set chan "$why"
 	set why [lindex [split $arg] 3]
 	set why [lindex [split $arg] 3]
 	set user [lindex [split $arg] 4]
 	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
 	}
 	}
 }
 }