Project

General

Profile

Ialmark » History » Version 7

Per Amundsen, 02/13/2023 04:43 PM

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 7 Per Amundsen
_See also [[$ialmark]], [[$ial]], [[/ial]], [[/ialfill]], [[on CHGIAL]]._._
8 3 Per Amundsen
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
; 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 1 Per Amundsen
</pre>