$nick » History » Version 1
Per Amundsen, 08/09/2015 02:34 AM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | *$nick* |
||
| 4 | |||
| 5 | Returns the nickname of the user associated with an [[Scripting_Events|event]]. |
||
| 6 | |||
| 7 | *Example* |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | ; Prrint the user associated with this event. |
||
| 11 | on *:TEXT:*:*:echo -ag The user associated with this event is $nick |
||
| 12 | </pre> |