- 
         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
					
    mirc/identifiers/$hotline    
                
                    < mirc | identifiers
                
	
														The $hotline identifier is used to extract the entire line of text triggered during ON HOTLINK event.
Synopsis
$hotline
Parameters
None
Example
The below example will trigger when the mouse double-clicks on the word hoverme, and echo the hotlink word and the entire line to the active window:
ON ^*:HOTLINK:*hoverme*:*:{ if ($1 == hoverme) return halt } ON *:HOTLINK:*hoverme*:*:echo -a Hotlink: $1 - Hotlink line: $hotline
Compatibility
Added: mIRC v5.61
Added On: 23/09/99