both these scripts
on *:JOIN:#:{
notice $nick $+(%,$chan,onjoinmsg)
}
on *:JOIN:#:{
notice $nick % $+ $chan $+ onjoinmsg
}
will notice the person the variable name "%#egsampleonjoinmsg"
but i want it to sent the text in the variable
any suggestions?
( the onjoinmsg variables are allready set)