From WikiChip
Difference between revisions of "mirc/commands/ialmark"
Line 8: | Line 8: | ||
* '''-n''' - the [name] of the mark. If -n is not used, the default name 'default' is used. | * '''-n''' - the [name] of the mark. If -n is not used, the default name 'default' is used. | ||
* '''-r''' - removes the mark | * '''-r''' - removes the mark | ||
− | * '''-w''' - used with -rn to treat name as wildcard | + | * '''-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 can be accessed using {{mirc|$ialmark|$ialmark(nick,N/name)}} and properties 'name' and 'mark'. |
Revision as of 13:16, 20 October 2018
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