in the editbox, type
Code:
//echo $ip


or if you want it in an alias:
Code:
alias myip {
echo $ip
}


and you'd type /myip to run the alias.

Last edited by bwr30060; 05/04/06 07:42 PM.