Project

General

Profile

Actions

$channel » History » Revision 2

« Previous | Revision 2/10 (diff) | Next »
Per Amundsen, 08/22/2015 02:33 AM


Added in 1.9.7

$channel(N|#|@<wid>)

Returns information about channel # or Nth channel.

Same as $chan.

Parameters

N - The Nth channel.
# - The channel name.
@<wid> - Channel matching a window id.

Properties

.topic - Returns the channel topic.
.mode - Returns the channel modes.
.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.
.inwho - TODO
.wid - Returns the associated window id.
.cid - Returns the assoicated connection id.
.hwnd - Returns associated window handle.
.banlist - TODO
.ial - TODO
.ibl - TODO
.iel - TODO
.iil - TODO
.idle - Returns the amount of time the channel has been idle. This does not include entries made from the local AdiIRC client.

Updated by Per Amundsen over 8 years ago · 2 revisions

Also available in: PDF HTML TXT