$address » History » Version 4
Per Amundsen, 08/09/2015 02:59 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | 3 | Per Amundsen | |
| 3 | *$address* |
||
| 4 | 2 | Per Amundsen | |
| 5 | 4 | Per Amundsen | Returns the address of the user associated with an [[Scripting_Events|event]] in the form user@host. |
| 6 | |||
| 7 | *Example* |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | ; Prrint the user address from a incoming message. |
||
| 11 | on *:TEXT:*:*:echo -ag The user address for this event is $address |
||
| 12 | </pre> |