$chat » History » Version 4
Per Amundsen, 08/11/2019 03:34 AM
| 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 | 3 | Per Amundsen | N/nick - The Nth DCC CHAT window or DCC CHAT window matching nick. |
| 12 | 1 | Per Amundsen | N - TODO |
| 13 | |||
| 14 | *Properties* |
||
| 15 | |||
| 16 | 3 | Per Amundsen | .ip - The remote ip address. |
| 17 | 4 | Per Amundsen | .status - The connection status (connected/disconnected). |
| 18 | 3 | Per Amundsen | .logfile - Name of logfile if one is open for the window. |
| 19 | .stamp - [[$true]] if timestamp is on for this window, otherwise [[$false]]. |
||
| 20 | .wid - Window id. |
||
| 21 | .cid - Connection id. |
||
| 22 | .hwnd - Window handle. |
||
| 23 | .idle - Number of seconds since the last received message in this window. |
||
| 24 | .ssl - [[$true]] if the current chat is using SSL/SCHAT, otherwise [[$false]]. |