I am trying to set the line as a variable so other users can edit the line without having to edit the script. that is why I am looking for a way to use this as an alias so when the script is loaded it will not display the users nick.
it seems to be more of a bug within the /set command being used as a alias.
it works using /set -n %line Hello $nick $+ , Your message has been recieved....
but not when I use it as an alias
alias test {
set -n %line Hello $nick $+ , Your message has been recieved....
}