Im doing something like this.
/auser #Friends $address($$1,5) $?="Info" | /msg $$1 "?"
Now where that "?" is i want the Input from $?="Info" placed there... so i dont have to type the input twice. I tried something along the lines of
/auser #Friends $address($$1,5) $?="Info" | /msg $$1 $ulist($$1,#Friends).info
but that didnt work at all ..... so how do i get that initial input to tack onto the msg?
Does that even make sense?