Ialmark » History » Version 1
Per Amundsen, 10/16/2015 11:16 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.9_ |
|---|---|---|---|
| 2 | |||
| 3 | */ialmark <nick> [text]* |
||
| 4 | |||
| 5 | Marks the IAL entry for a nickname with the specified text. |
||
| 6 | |||
| 7 | *Parameters* |
||
| 8 | |||
| 9 | <nick> - Nick to mark. |
||
| 10 | [Text] - Text to mark. |
||
| 11 | |||
| 12 | *Example* |
||
| 13 | |||
| 14 | <pre> |
||
| 15 | ; Mark the nick 'Nick' with the text 'Hello World'. |
||
| 16 | /ialmark Nick Hello World |
||
| 17 | |||
| 18 | ; Print the mark. |
||
| 19 | //echo -ag $ial(Nick).mark |
||
| 20 | </pre> |