From WikiChip
Difference between revisions of "mirc/identifiers/$filename"
< mirc‎ | identifiers

m
m (Bot: Adding a template (template:mIRC identifier list))
Line 25: Line 25:
 
* [[/dcc command - mIRC|/dcc]]
 
* [[/dcc command - mIRC|/dcc]]
 
* [[/play command - mIRC|/play]]
 
* [[/play command - mIRC|/play]]
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:MIRC identifiers]]

Revision as of 23:16, 3 July 2014

The $filename identifier is filled when an event's trigger deals with a file, such as ON PLAYEND, ON FILERCVD, ON FILESENT, etc.

Synopsis

$filename

Properties

None

Examples

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

Added: mIRC v4.5

Added On: 30/06/96

See Also

[Expand]
v · d · e mIRC identifier list