Project

General

Profile

Ialmark » History » Version 4

Per Amundsen, 05/24/2018 10:10 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 2 Per Amundsen
15 1 Per Amundsen
*Parameters*
16
17
<nick> - Nick to mark.
18 2 Per Amundsen
[name] - Name of the mark.
19 1 Per Amundsen
[Text] - Text to mark.
20
21
*Example*
22
23
<pre>
24
; Mark the nick 'Nick' with the text 'Hello World'.
25
/ialmark Nick Hello World
26
27
; Print the mark.
28
//echo -ag $ial(Nick).mark
29 3 Per Amundsen
30
<pre>
31
; Sets a mark for the nick 'nick' with the name 'markname' and the text 'mark text'.
32
/ialmark -n nick markname mark text
33
34
; Retrieve the mark text for the name 'markname'.
35
//echo -ag $ialmark(nick, markname)
36
</pre>
37 1 Per Amundsen
</pre>