-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$maddress Identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$maddress return the address that was matched for the event, or returns information about the user list.
Synopsis[edit]
$maddress
$maddress(<address>,[L,<N>])Note: This feature has essentially been replaced by $ulist().
Parameters[edit]
- <address> - the address used to match, you can specify * for all address, non complete address are completed with wildcards
- L - if you specify L, only matching addresses that contain the specified level L are returned. Optional, but if you provide L, you must provide N below
- N - returns the Nth match, optional.
Properties[edit]
- .info - returns information about that user in the user list
Example[edit]
To get the address from the event:
on *:text:*:#:echo -a $maddress
And for the user list: //echo -a $maddress(*,1)
Compatibility[edit]
Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
[Expand]