Quellcode durchsuchen

Update BT.ForCmds.tcl

BLaCkShaDoW vor 3 Jahren
Ursprung
Commit
f0ed66ea1e
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      BlackTools/Commands/BT.ForCmds.tcl

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

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