From WikiChip
Difference between revisions of "mirc/identifiers/$mask"
(Created page with "{{mirc title|$mask Identifier}}'''$address''' returns the address with a mask of the specified type. == Synopsis == <pre>$mask(address,type)</pre> == Parameters == * '''addr...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$mask Identifier}}'''$ | + | {{mirc title|$mask Identifier}}'''$mask''' returns the address with a mask of the specified type. |
== Synopsis == | == Synopsis == |
Latest revision as of 10:05, 28 December 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$mask returns the address with a mask of the specified type.
Synopsis[edit]
$mask(address,type)
Parameters[edit]
- address - The address you want the mask of.
- type - The type of address, a positive integer between 1-19:
- 0: *!user@host
- 1: *!*user@host
- 2: *!*@host
- 3: *!*user@*.host
- 4: *!*@*.host
- 5: nick!user@host
- 6: nick!*user@host
- 7: nick!*@host
- 8: nick!*user@*.host
- 9: nick!*@*.host
Type 10-19 are same as types 0-9 except asterisks in host are expanded to the text they replaced, then all numbers are replaced by question marks.
Masks are case-insensitive and assigned by the internet provider, but IRC servers often provide user mode +x to help disguise them.
Properties[edit]
None
Example[edit]
//echo -a $mask(nick!user@host,7)
Compatibility[edit]
Added: mIRC v4.52
Added on: 06 Jul 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.