codes never use / unless they are directly after the condition eg
Code:
on 1:TEXT:hi:#chan:/msg $chan hi back to you $nick

there its after the condition
Code:
on 1:TEXT:hi:#chan: {
msg $chan hi back to you $nick
}


there is no / if the command is no after the condition