Project

General

Profile

$ident » History » Version 2

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

1 1 Per Amundsen
_Added in 1.8.2_
2
3
*$ident*
4
5 2 Per Amundsen
Returns the ident of the user triggering an [[Scripting_Events|event]].
6
7
*Example*
8
9
<pre>
10
; Prrint ident of the user in an incoming message.
11
on *:TEXT:*:*:echo -ag The ident of the user is $ident
12
</pre>