Ok, it seems like you guys know what you are talking about, so I decided to post my problem here:
First off, here's my current code:
/back {
/ame is Back from: $+ %away $+
/nick %Regnick
/unset -s %away
/unset -s %aways
/away
halt
}
The problem is, I don't want the text "
* Unset %away" and "
* Unset %aways" to appear, but it does. The
halt and
haltdef commands don't affect these messages being seen.
I have a slight feeling this might work if I put this into the remotes, using the
alias command... would this affect it? I wouldn't know :-|.
Thanks!