$channel » History » Version 4
Per Amundsen, 11/19/2016 05:47 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 | 3 | Per Amundsen | .rawmode - Returns all channel modes and parameters. (AdiIRC only) |
20 | 1 | Per Amundsen | .key - Returns the channel key. |
21 | .limit - Returns the channel user limit. |
||
22 | .logfile - Returns the channel log filename. (if any) |
||
23 | .stamp - Returns [[$true]] if timestamps is enabled for this channel, otherwise [[$false]]. |
||
24 | .status - Returns the channel status, Parted/Joined/Kicked/Joining. |
||
25 | .wid - Returns the associated window id. |
||
26 | 3 | Per Amundsen | .cid - Returns the associated connection id. |
27 | 1 | Per Amundsen | .hwnd - Returns associated window handle. |
28 | 3 | Per Amundsen | .inwho - Returns [[$true]] if you sent a /who #channel to the server to fill the IAL with addresses from that channel, and the /who is still in progress, otherwise [[$false]]. |
29 | .banlist - Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]]. |
||
30 | .ibl - Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]]. |
||
31 | .iel - Returns [[$true]] if the channel exception list is synced for this channel, otherwise [[$false]]. |
||
32 | .iil - Returns [[$true]] if the channel invite list is synced for this channel, otherwise [[$false]]. |
||
33 | 4 | Per Amundsen | .iql - Returns [[$true]] if the channel quiet list is synced for this channel, otherwise [[$false]]. (AdiIRC only) |
34 | 3 | Per Amundsen | .ial - TODO (always returns [[$true]]) |
35 | 1 | Per Amundsen | .idle - Returns the amount of time the channel has been idle. This does not include entries made from the local AdiIRC client. |
36 | 3 | Per Amundsen | .lastnick - Returns the last nick who spoke on the channel, returns [[$null] if last message didn't have a nick. (AdiIRC only) |