$ialmark » History » Revision 2
Revision 1 (Per Amundsen, 05/16/2017 06:44 AM) → Revision 2/3 (Per Amundsen, 05/16/2017 06:46 AM)
_Added in 2.8_
*$ialmark(nick/mask, [N/name])*
Returns the Nth mark for the nick or mask.
_See also [[/ialmark]]._
*Parameters*
nick/mask - The nick or mask to return a mark for.
N/name - If N = 0 number of marks, otherwise the Nth mark or the specified mark.
*Properties*
.name - Returns the mark name.
.mark - Returns the mark text.
*Example*
<pre>
; Sets a mark for the nick 'nick' with the name 'markname' and the text 'mark text'.
/ialmark -n nick markname mark text
; Retrieve the mark text for the name 'markname'.
//echo -ag $ialmark(nick, markname)
</pre>