-
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
$filename Identifier - mIRC
< mirc | identifiers
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
The $filename identifier is filled when an event's trigger deals with a file, such as ON PLAYEND, ON FILERCVD, ON FILESENT, etc.
Contents
[hide]Synopsis[edit]
$filename
Properties[edit]
None
Examples[edit]
Echo the name of the filename, along with both the user's nickname and address if available, after a DCC Get has successfully finished:
ON *:FILERCVD:*:echo -a Received filename: $filename $iif($nick,from $nick - ,from) Address: $address
Echo the name of the file that finished playing to the active window:
ON *:PLAYEND:echo -a * $filename has just finished playing.
Compatibility[edit]
Added: mIRC v4.5
Added on: 30 Jun 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]