Project

General

Profile

$fulladdress » History » Version 2

Per Amundsen, 08/09/2015 02:40 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$fulladdress*
4
5 2 Per Amundsen
Returns the full address of the user triggering an 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 $fulladdress
12
</pre>