$fulladdress » History » Version 3
Per Amundsen, 08/10/2015 07:15 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$fulladdress* |
||
4 | |||
5 | 3 | Per Amundsen | Returns the full [[$address]] for the user associated with an [[Scripting_Events|event]] in the form nick!user@host. |
6 | 2 | Per Amundsen | |
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> |