Is it possible to use part of a variable?
here is my script

on *:TEXT:*!mods*:#E*R*S: {
/msg $chan !hm Current ingame mods are @ $+ %peramods ; % $+ %permods ; + $+ %pertmods
}

i want it toput the @, % or + infront each of the names in my variables can this be done?