Added in 1.9.0

$address

Returns the address of the user associated with an event in the form user@host.

Example

; Prrint the user address from a incoming message.
on *:TEXT:*:*:echo -ag The user address for this event is $address

Added in 1.9.0

$address(nickname,type)

Searches the Internal Address List for the address associated with the specified nickname.

Parameters

Parameter Description
nickname Nickname to search.
type Address mask to search, see $mask for available types.

Example

; Search for 'nick' using type '1'.
//echo -ag $address(nick,1)