$channel » History » Version 2
Per Amundsen, 08/22/2015 02:33 AM
1 | 1 | Per Amundsen | _Added in 1.9.7_ |
---|---|---|---|
2 | |||
3 | *$channel(N|#|@<wid>)* |
||
4 | |||
5 | Returns information about channel # or Nth channel. |
||
6 | |||
7 | _Same as [[$chan]]._ |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | N - The Nth channel. |
||
12 | <notextile>#</notextile> - The channel name. |
||
13 | 2 | Per Amundsen | @<wid> - Channel matching a [[$wid|window id]]. |
14 | 1 | Per Amundsen | |
15 | *Properties* |
||
16 | |||
17 | .topic - Returns the channel topic. |
||
18 | .mode - Returns the channel modes. |
||
19 | .key - Returns the channel key. |
||
20 | .limit - Returns the channel user limit. |
||
21 | .logfile - Returns the channel log filename. (if any) |
||
22 | .stamp - Returns [[$true]] if timestamps is enabled for this channel, otherwise [[$false]]. |
||
23 | .status - Returns the channel status, Parted/Joined/Kicked/Joining. |
||
24 | .inwho - TODO |
||
25 | .wid - Returns the associated window id. |
||
26 | .cid - Returns the assoicated connection id. |
||
27 | .hwnd - Returns associated window handle. |
||
28 | .banlist - TODO |
||
29 | .ial - TODO |
||
30 | .ibl - TODO |
||
31 | .iel - TODO |
||
32 | .iil - TODO |
||
33 | .idle - Returns the amount of time the channel has been idle. This does not include entries made from the local AdiIRC client. |