From WikiChip
Difference between revisions of "mirc/commands/ialmark"
< mirc‎ | commands

m (Bot: de-linking old mIRC menu)
Line 3: Line 3:
  
 
== Synopsis ==
 
== Synopsis ==
  /ialmark <nickname> [text]
+
  /ialmark [-nrw] <nickname> [text]
  
 
== Switches ==
 
== Switches ==
None
+
* '''-n''' - the [name] of the mark. If -n is not used, the default name 'default' is used.
 +
* '''-r''' - removes the mark
 +
* '''-w''' - used with -rn to treat name as wildcard
 +
 
 +
Marks can be accessed using {{mirc|$ialmark|$ialmark(nick,N/name)}} and properties 'name' and 'mark'.
  
 
== Parameters ==
 
== Parameters ==
Line 13: Line 17:
  
 
== Example ==
 
== Example ==
<syntaxhighlight lang="mIRC">;Mark the nickname with the text "test"
+
<source lang="mIRC">;Mark the nickname with the text "test"
 
/ialmark Ouims test
 
/ialmark Ouims test
</syntaxhighlight>
+
</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 07:42, 18 June 2017

The ialmark command marks the IAL entry for a nickname with the specified text.

Synopsis

/ialmark [-nrw] <nickname> [text]

Switches

  • -n - the [name] of the mark. If -n is not used, the default name 'default' is used.
  • -r - removes the mark
  • -w - used with -rn to treat name as wildcard

Marks can be accessed using $ialmark(nick,N/name) and properties 'name' and 'mark'.

Parameters

  • <nickname> - The nickname you want to mark
  • [text] - The text you want to add. If not specified, the mark is cleared

Example

;Mark the nickname with the text "test"
/ialmark Ouims test

Compatibility

Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC commands list