Actions
Added in 1.5
$chan
Returns the name of the channel for a specific event. For all non-channel events $chan will be $null.
$chan(N|#|@<wid>)
Returns information about channel # or Nth channel.
Same as $channel.
Parameters
| Parameter | Description |
| N | The Nth channel. |
| # | The channel name. |
| @<wid> | Channel matching a window id. |
Properties
| Property | Description |
| .topic | Returns the channel topic. |
| .topicsetby | Returns the nick who set the current channel topic. (AdiIRC only) |
| .topicsetat | Returns the time the current channel topic was set. (AdiIRC only) |
| .mode | Returns the channel modes. |
| .rawmode | Returns all channel modes and parameters. (AdiIRC only) |
| .key | Returns the channel key. |
| .limit | Returns the channel user limit. |
| .logfile | Returns the channel log filename. (if any) |
| .stamp | Returns $true if timestamps is enabled for this channel, otherwise $false. |
| .status | Returns the channel status, Parted/Joined/Kicked/Joining. |
| .wid | Returns the associated window id. |
| .cid | Returns the associated connection id. |
| .hwnd | Returns associated window handle. |
| .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. |
| .banlist | Returns $true if the channel ban list is synced for this channel, otherwise $false. |
| .ibl | Returns $true if the channel ban list is synced for this channel, otherwise $false. |
| .iel | Returns $true if the channel exception list is synced for this channel, otherwise $false. |
| .iil | Returns $true if the channel invite list is synced for this channel, otherwise $false. |
| .iql | Returns $true if the channel quiet list is synced for this channel, otherwise $false. |
| .ial | Returns $true if all nicks in the channel has a hostname/address otherwise $false. |
| .idle | Returns the amount of time the channel has been idle. This does not include entries made from the local AdiIRC client. |
| .lastnick | Returns the last nick who spoke on the channel, returns $null if last message didn't have a nick. (AdiIRC only) |
Updated by Per Amundsen over 2 years ago · 26 revisions