i've found another method (so easy)
Code: Select all
set text [lrange [split $text] 2 end]
set text "$text :requested by $nick"
Code: Select all
set text [lrange [split $text] 2 end]
set text "$text :requested by $nick"
Code: Select all
set text "[join [lrange [split $text] 2 end]] requested by $nick"
Code: Select all
set text [lrange [split $text] 2 end]
lappend text :Requested by $nick