$fulladdress » History » Version 4
Per Amundsen, 12/14/2016 11:51 PM
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 | 4 | Per Amundsen | ; Print the full address on an incoming message. |
11 | 2 | Per Amundsen | on *:TEXT:*:*:echo -ag The full address is $fulladdress |
12 | </pre> |