$address (remote)
From Scriptwiki
Returns the address of the user associated with an event in the form user@host.
$address
$address takes no parameters.
[edit]
Example
on *:text:*:#help.script:{ echo -a $nick has following address: $address }
This would e.g. echo: Dana has following address: Dana@staff.quakenet.org
[edit]
