-
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/$dccignore
< mirc | identifiers
The $dccignore identifier will return either $true or $false depending on the the DCC ignore option within mIRC. This identifier can also be used to retrieve certain DCC ignore file type options, also from within the DCC ignore options window.
Synopsis
$dccignore[(N/filename)]
Parameters
N Matches the Nth file name/ignore type within the DCC ignore options list
filename This can be a wildcard, and matches the specific filename/extension in the DCC ignore options list
Example
Echo to the active window the total number of DCC ignore list items:
//echo -a $dccignore(0)
Echo to the active window if *.exe is in the DCC ignore list:
//echo -a $dccignore(*.exe)
Echo to the active window the last item in the DCC ignore list:
//echo -a $dccignore($dccignore(0))
Compatibility
Added: mIRC v5.61
Added On: 23/09/99