Project

General

Profile

Ialmark » History » Version 2

Per Amundsen, 05/16/2017 06:40 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 2 Per Amundsen
*Switches*
8
9
-n - Indicates [name] is defined, If -n is not Defined, the default name 'default' is used.
10
-r - Removes the mark.
11
-w - Indicates [name] is a wildcard.
12
13 1 Per Amundsen
*Parameters*
14
15
<nick> - Nick to mark.
16 2 Per Amundsen
[name] - Name of the mark.
17 1 Per Amundsen
[Text] - Text to mark.
18
19
*Example*
20
21
<pre>
22
; Mark the nick 'Nick' with the text 'Hello World'.
23
/ialmark Nick Hello World
24
25
; Print the mark.
26
//echo -ag $ial(Nick).mark
27
</pre>