From WikiChip
Editing mirc/commands/ialmark

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|/ialmark Command}}
+
{{mIRC menu}}
The '''ialmark command''' marks the IAL entry for a nickname with the specified text with an optional alternate name for the mark. In effect, it's like a hashtable for each nick where each item must have a string attached to it
+
The '''ialmark command''' marks the IAL entry for a nickname with the specified text.
  
 
== Synopsis ==
 
== Synopsis ==
  /ialmark [-nrw] <nickname> [text]
+
  /ialmark <nickname> [text]
  
 
== Switches ==
 
== Switches ==
* '''-n''' - the [name] of the mark. If -n is not used, the default name 'default' is used.
+
None
* '''-r''' - removes the mark
 
* '''-w''' - used with -rn to treat name as {{mirc|wildcard}}
 
 
 
Marks can be accessed using {{mirc|$ialmark|$ialmark(nick,N/name)}} and properties 'name' and 'mark'.
 
Marks are removed if the nick is removed from the nicklist, either from no longer being in a channel with them, or by /ialclear or by being disconnected from that server. You cannot have a named-mark without it having a value. The mark does follow the nick to the new nick after a nick change.
 
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 13:
  
 
== Example ==
 
== Example ==
<source lang="mIRC">
+
<syntaxhighlight lang="mIRC">;Mark the nickname with the text "test"
;If the nick Ouims is in the $ial, marks the nick Ouims with the named-mark 'default' containing the  text 'test'
 
 
/ialmark Ouims test
 
/ialmark Ouims test
;If you are in the $ial, adds a mark to your nick named 'foo' containing the text 'bar'
+
</syntaxhighlight>
//ialmark -n $me foo bar
 
;Remove the named-mark 'default' (any parameters after the nick are ignored)
 
//ialmark -r $me foo bar
 
;Remove the named-mark 'foo'
 
//ialmark -rn $me foo
 
;removes all named wildcard mark names beginning with 'f'
 
//ialmark -rnw $me f*
 
;removes all named wildcard marks beginning with 'd' including the default 'default'
 
;informs whether the named-mark 'default' exists, and if so whether it contains a mark value
 
//ialmark $me
 
;informs whether the named-mark 'foo' exists, and if so whether it contains a mark value
 
//ialmark $me foo
 
</source>
 
  
 
== Compatibility ==
 
== Compatibility ==
Line 40: Line 21:
  
 
== See also ==
 
== See also ==
* {{mIRC|$ialmark}}
+
* [[List of commands - mIRC|List of commands]]
 +
* [[List of identifiers - mIRC|List of identifiers]]
 
* {{mIRC|/ialclear}}
 
* {{mIRC|/ialclear}}
 
* {{mIRC|/ial}}
 
* {{mIRC|/ial}}
 
* {{mIRC|$ial}}
 
* {{mIRC|$ial}}
* {{mIRC|$address}}
 
* {{mIRC|$fulladdress}}
 
 
* {{mIRC|$ialchan}}
 
* {{mIRC|$ialchan}}
 +
* [[$ial() identifier - mIRC|$ial]]
 +
* [[$address() identifier - mIRC|$address]]
 +
{{mIRC command list}}
 +
 +
[[Category:MIRC commands]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)