Project

General

Profile

$maddress » History » Version 1

Per Amundsen, 08/10/2015 07:15 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$maddress*
4
5
Returns the full [[$address]] for the user associated with an [[Scripting_Events|event]] in the form nick!user@host.
6
7
*Example*
8
9
<pre>
10
; Prrint the full address on an incoming message.
11
on *:TEXT:*:*:echo -ag The full address is $maddress
12
</pre>