From WikiChip
Difference between revisions of "mirc/commands/ialmark"
m (Bot: de-linking old mIRC menu) |
|||
Line 3: | Line 3: | ||
== Synopsis == | == Synopsis == | ||
− | /ialmark <nickname> [text] | + | /ialmark [-nrw] <nickname> [text] |
== Switches == | == 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 {{mirc|$ialmark|$ialmark(nick,N/name)}} and properties 'name' and 'mark'. | ||
== Parameters == | == Parameters == | ||
Line 13: | Line 17: | ||
== Example == | == Example == | ||
− | < | + | <source lang="mIRC">;Mark the nickname with the text "test" |
/ialmark Ouims test | /ialmark Ouims test | ||
− | </ | + | </source> |
== Compatibility == | == Compatibility == |
Revision as of 06:42, 18 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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
mIRC commands list