Project

General

Profile

$chat » History » Version 7

Per Amundsen, 02/16/2023 09:21 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$chat(N/nick[,N])*
4
5 3 Per Amundsen
Returns the name of the Nth open DCC CHAT window.
6 1 Per Amundsen
7 3 Per Amundsen
_See also [[/dcc]], [[$get]], [[$send]]._
8
9 1 Per Amundsen
*Parameters*
10
11 7 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| N/nick | The Nth DCC CHAT window or DCC CHAT window matching nick. |
14
| N | *TODO* |
15 1 Per Amundsen
16
*Properties*
17
18 7 Per Amundsen
table(ktable).
19
|*Property*|*Description*|
20
| .ip | The remote ip address. |
21
| .status | The connection status (waiting/active/inactive). |
22
| .logfile | Name of logfile if one is open for the window. |
23
| .stamp | [[$true]] if timestamp is on for this window, otherwise [[$false]]. |
24
| .wid | Window id. |
25
| .cid | Connection id. |
26
| .hwnd | Window handle. |
27
| .idle | Number of seconds since the last received message in this window. |
28
| .ssl | [[$true]] if the current chat is using SSL/SCHAT, otherwise [[$false]]. |