$channel » History » Version 10
Per Amundsen, 02/16/2023 09:15 PM
| 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 | 10 | Per Amundsen | table(ktable). |
| 12 | |*Parameter*|*Description*| |
||
| 13 | | N | The Nth channel. | |
||
| 14 | | <notextile>#</notextile> | The channel name. | |
||
| 15 | | @<wid> | Channel matching a [[$wid<notextile>|</notextile>window id]]. | |
||
| 16 | 1 | Per Amundsen | |
| 17 | *Properties* |
||
| 18 | |||
| 19 | 10 | Per Amundsen | table(ktable). |
| 20 | |*Property*|*Description*| |
||
| 21 | | .topic | Returns the channel topic. | |
||
| 22 | | .topicsetby | Returns the nick who set the current channel topic. *(AdiIRC only)* | |
||
| 23 | | .topicsetat | Returns the time the current channel topic was set. *(AdiIRC only)* | |
||
| 24 | | .mode | Returns the channel modes. | |
||
| 25 | | .rawmode | Returns all channel modes and parameters. *(AdiIRC only)* | |
||
| 26 | | .key | Returns the channel key. | |
||
| 27 | | .limit | Returns the channel user limit. | |
||
| 28 | | .logfile | Returns the channel log filename. (if any) | |
||
| 29 | | .stamp | Returns [[$true]] if timestamps is enabled for this channel, otherwise [[$false]]. | |
||
| 30 | | .status | Returns the channel status, Parted/Joined/Kicked/Joining. | |
||
| 31 | | .wid | Returns the associated window id. | |
||
| 32 | | .cid | Returns the associated connection id. | |
||
| 33 | | .hwnd | Returns associated window handle. | |
||
| 34 | | .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]]. | |
||
| 35 | | .banlist | Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]]. | |
||
| 36 | | .ibl | Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]]. | |
||
| 37 | | .iel | Returns [[$true]] if the channel exception list is synced for this channel, otherwise [[$false]]. | |
||
| 38 | | .iil | Returns [[$true]] if the channel invite list is synced for this channel, otherwise [[$false]]. | |
||
| 39 | | .iql | Returns [[$true]] if the channel quiet list is synced for this channel, otherwise [[$false]]. *(AdiIRC only)* | |
||
| 40 | | .ial | Return [[$true]] if the [[internal address list]] has been filled, otherwise [[$false]]. | |
||
| 41 | | .idle | Returns the amount of time the channel has been idle. This does not include entries made from the local AdiIRC client. | |
||
| 42 | | .lastnick | Returns the last nick who spoke on the channel, returns [[$null] if last message didn't have a nick. *(AdiIRC only)* | |