$ialmark » History » Version 1
Per Amundsen, 05/16/2017 06:44 AM
1 | 1 | Per Amundsen | _Added in 2.8_ |
---|---|---|---|
2 | |||
3 | *$ialmark(nick/mask, [N/name])* |
||
4 | |||
5 | Returns the Nth mark for the nick or mask. |
||
6 | |||
7 | _See also [[/ialmark]]._ |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | nick/mask - The nick or mask to return a mark for. |
||
12 | N/name - If N = 0 number of marks, otherwise the Nth mark or the specified mark. |
||
13 | |||
14 | *Example* |
||
15 | |||
16 | <pre> |
||
17 | ; Sets a mark for the nick 'nick' with the name 'markname' and the text 'mark text'. |
||
18 | /ialmark -n nick markname mark text |
||
19 | |||
20 | ; Retrieve the mark text for the name 'markname'. |
||
21 | //echo -ag $ialmark(nick, markname) |
||
22 | </pre> |