$nick » History » Revision 2
Revision 1 (Per Amundsen, 08/09/2015 02:34 AM) → Revision 2/15 (Per Amundsen, 10/04/2015 06:55 PM)
_Added in 1.5_
*$nick*
Returns the nickname of the user associated with an [[Scripting_Events|event]].
*Example*
<pre>
; Prrint the user associated with this event.
on *:TEXT:*:*:echo -ag The user associated with this event is $nick
</pre>
-----------------------------------------------------------------------------
*$nick(#,N/nick,[aohvr],[aohvr])*
Returns the Nth nickname in the channels nickname listbox on channel #.
*Parameters*
# - The channel where the Nicklist is.
N/nick - The nick to get, if N = 0 number of nicks, otherwise the Nth nick.
[aohvr] - Only include nicks with these channel modes. (optional)
[aohvr] - Exclude nicks with these channel modes. (optional)
*Properties*
.color - Returns the Nicklist color for this nick.
.pnick - Returns the nick in .@%+nick format. (This include every channel prefix this user has, not just the highest)
.cnick - Returns the nick in .@%+nick format. (Only the highest channel prefix is returned, AdiIRC only)
.cmode - Returns the highest channel prefix for this nick.
.idle - Returns the number of seconds this nick has been idle on this channel.
.joined - Returns number of seconds since this user (or you) joined this channel. (AdiIRC only)