Explorar el Código

solved broadcast minor bug

BLaCkShaDoW hace 4 años
padre
commit
97cf0c02e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackTools/Commands/BT.PrvCmds.tcl

+ 1 - 1
BlackTools/Commands/BT.PrvCmds.tcl

@@ -1595,7 +1595,7 @@ if {$reason == ""} {
 
 broadcast {
 if {[matchattr $hand nm]} {
-	set text [join [lrange [split $arg] 2 end]]	
+	set text [join [lrange [split $arg] 1 end]]	
 	set chan1 "$chan"
 	set type 2
 	broadcast:cmd:process $nick $input $hand $chan $chan1 $text $type