Project

General

Profile

Ialmark » History » Revision 2

Revision 1 (Per Amundsen, 10/16/2015 11:16 AM) → Revision 2/8 (Per Amundsen, 05/16/2017 06:40 AM)

_Added in 1.9.9_ 

 */ialmark [-nrw] <nick> [name] [text]* 

 Marks the IAL entry for a nickname with the specified text. 

 *Switches* 

 -n - Indicates [name] is defined, If -n is not Defined, the default name 'default' is used. 
 -r - Removes the mark. 
 -w - Indicates [name] is a wildcard. 

 *Parameters* 

 <nick> - Nick to mark. 
 [name] - Name of the mark. 
 [Text] - Text to mark. 

 *Example* 

 <pre> 
 ; Mark the nick 'Nick' with the text 'Hello World'. 
 /ialmark Nick Hello World 

 ; Print the mark. 
 //echo -ag $ial(Nick).mark 
 </pre>