Ialmark » History » Version 5
Per Amundsen, 02/09/2023 05:33 AM
1 | 1 | Per Amundsen | _Added in 1.9.9_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */ialmark [-nrw] <nick> [name] [text]* |
4 | 1 | Per Amundsen | |
5 | Marks the IAL entry for a nickname with the specified text. |
||
6 | |||
7 | 3 | Per Amundsen | _See also [[$ialmark]], [[$ial]]._ |
8 | |||
9 | 2 | Per Amundsen | *Switches* |
10 | |||
11 | -n - Indicates [name] is defined, If -n is not Defined, the default name 'default' is used. |
||
12 | -r - Removes the mark. |
||
13 | 4 | Per Amundsen | -w - Indicates [name] is a [[Scripting_Wildcards|wildcard]]. |
14 | 5 | Per Amundsen | -W - Indicates <nick> is a [[Scripting_Wildcards|wildcard]]. *(AdiIRC only)* |
15 | 2 | Per Amundsen | |
16 | 1 | Per Amundsen | *Parameters* |
17 | |||
18 | <nick> - Nick to mark. |
||
19 | 2 | Per Amundsen | [name] - Name of the mark. |
20 | 1 | Per Amundsen | [Text] - Text to mark. |
21 | |||
22 | *Example* |
||
23 | |||
24 | <pre> |
||
25 | ; Mark the nick 'Nick' with the text 'Hello World'. |
||
26 | /ialmark Nick Hello World |
||
27 | |||
28 | ; Print the mark. |
||
29 | //echo -ag $ial(Nick).mark |
||
30 | 3 | Per Amundsen | |
31 | <pre> |
||
32 | ; Sets a mark for the nick 'nick' with the name 'markname' and the text 'mark text'. |
||
33 | /ialmark -n nick markname mark text |
||
34 | |||
35 | ; Retrieve the mark text for the name 'markname'. |
||
36 | //echo -ag $ialmark(nick, markname) |
||
37 | </pre> |
||
38 | 1 | Per Amundsen | </pre> |