From WikiChip
Editing mirc/identifiers/$get
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | The '''$get''' identifier can be used to gather various details regarding open [[/dcc command - mIRC|DCC Get]] windows. | |
− | |||
== Synopsis == | == Synopsis == | ||
Line 10: | Line 9: | ||
| [N] | If a nickname is specified in the primary parameter, the secondary N targets the Nth connection associated with that nickname match | | [N] | If a nickname is specified in the primary parameter, the secondary N targets the Nth connection associated with that nickname match | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Properties == | == Properties == | ||
{{ArgsList | {{ArgsList | ||
| cid | The connection id | | cid | The connection id | ||
− | | cps | The characters-per-second transfer rate | + | | cps | The characters-per-second transfer rate |
− | | done | Returns | + | | done | Returns [[$true identifier - mIRC|$true]] if the transfer has completed, otherwise returns [[$false identifier - mIRC|$false]] |
| file | The file name of the current transfer | | file | The file name of the current transfer | ||
| hwnd | The window handle | | hwnd | The window handle | ||
− | | idle | | + | | idle | How long since the file transfer has been idle |
| ip | The [[IP Address]] for the remote user | | ip | The [[IP Address]] for the remote user | ||
| path | The path of the file name being transferred | | path | The path of the file name being transferred | ||
| pc | The percentage complete for the transfer | | pc | The percentage complete for the transfer | ||
− | | rcvd | The total amount of bytes received so far | + | | rcvd | The total amount of bytes received so far |
− | | resume | If the transfer has been resumed, returns the location in the file from where the resume took place | + | | resume | If the transfer has been resumed, returns the location in the file from where the resume took place |
| secs | The total number of seconds the transfer has been connected | | secs | The total number of seconds the transfer has been connected | ||
| size | The file size in bytes for the transfer | | size | The file size in bytes for the transfer | ||
− | | status | The status of the window; returns: | + | | status | The status of the window; returns: '''active''', or '''inactive''' |
| wid | The mIRC window id for this window | | wid | The mIRC window id for this window | ||
}} | }} | ||
Line 45: | Line 36: | ||
<source lang="mIRC">//echo -a $get(0)</source> | <source lang="mIRC">//echo -a $get(0)</source> | ||
− | + | == Compatibility == | |
− | + | Added: mIRC v4.52 | |
− | + | Added On: 06/07/96 | |
− | |||
== See Also == | == See Also == | ||
− | * | + | * [[$chat identifier - mIRC|$chat]] |
− | * | + | * [[$fserve identifier - mIRC|$fserve]] |
− | * | + | * [[$send identifier - mIRC|$send]] |
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:MIRC identifiers]] |