Project

General

Profile

Actions

$address » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Per Amundsen, 08/10/2015 07:19 AM


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

nickname - Nickname to search.
type - Address mask to search, see ban mask.

Example

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

Updated by Per Amundsen almost 9 years ago · 5 revisions

Also available in: PDF HTML TXT