-
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
-
m (Bot: Fixing compatibility) |
m (PatrolBot moved page $fserve identifier - mIRC to mirc/identifiers/$fserve: per new naming convention) |
(No difference)
|
Revision as of 02:36, 13 August 2014
The $fserve identifier can be used to gather various details regarding open Fserve windows.
Synopsis
$fserve(N/nick[,N])[.property]
Parameters
N/nick Refers to either the Nth open connection, or the connection associated with a specific user's nickname
[N] If a nickname is specified in the primary parameter, the secondary N targets the Nth connection associated with that nickname match
Properties
cd The current directory of the Fserve
cid The connection id for this window
hwnd The window handle for this window
idle How long since the remote user sent data
ip The IP Address for the remote user
status The status of the window; returns: active, or inactive
stamp Returns either $true, or $false depending on if time-stamping is enabled or disabled.
wid The mIRC window id for this window
Example
Echo all open Fserve connections:
//echo -a $fserve(0)
Echo the current directory of the 1st Fserve:
//echo -a $fserve(1).cd
Compatibility
Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.