Project

General

Profile

$channel » History » Version 6

Per Amundsen, 12/13/2019 06:28 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
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 6 Per Amundsen
.topicsetby - Returns the nick who set the current channel topic. *(AdiIRC only)*
19
.topicsetat - Returns the time the current channel topic was set. *(AdiIRC only)*
20 1 Per Amundsen
.mode - Returns the channel modes.
21 6 Per Amundsen
.rawmode - Returns all channel modes and parameters. *(AdiIRC only)*
22 1 Per Amundsen
.key - Returns the channel key.
23
.limit - Returns the channel user limit.
24
.logfile - Returns the channel log filename. (if any)
25
.stamp - Returns [[$true]] if timestamps is enabled for this channel, otherwise [[$false]].
26
.status - Returns the channel status, Parted/Joined/Kicked/Joining.
27
.wid - Returns the associated window id.
28 3 Per Amundsen
.cid - Returns the associated connection id.
29 1 Per Amundsen
.hwnd - Returns associated window handle.
30 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]].
31
.banlist - Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]].
32
.ibl - Returns [[$true]] if the channel ban list is synced for this channel, otherwise [[$false]].
33
.iel - Returns [[$true]] if the channel exception list is synced for this channel, otherwise [[$false]].
34
.iil - Returns [[$true]] if the channel invite list is synced for this channel, otherwise [[$false]].
35 6 Per Amundsen
.iql - Returns [[$true]] if the channel quiet list is synced for this channel, otherwise [[$false]]. *(AdiIRC only)*
36 3 Per Amundsen
.ial - TODO (always returns [[$true]])
37 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. 
38 6 Per Amundsen
.lastnick - Returns the last nick who spoke on the channel, returns [[$null] if last message didn't have a nick. *(AdiIRC only)*