From WikiChip
Difference between revisions of "mirc/identifiers/$channel"
< mirc‎ | identifiers

m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{mirc title|$channel Identifier}}{{Deprecated feature|new={{mIRC|$chan}}}}'''$channel''' returns informations about channels.
 
{{mirc title|$channel Identifier}}{{Deprecated feature|new={{mIRC|$chan}}}}'''$channel''' returns informations about channels.
 +
  
 
== Synopsis ==
 
== Synopsis ==
<pre>$channel(N/#)[]</pre>
+
<pre>$channel(N/#)</pre>
  
 
== Paramters ==
 
== Paramters ==
Line 23: Line 24:
 
{{mIRC|$query}}
 
{{mIRC|$query}}
 
{{mIRC|$window}}
 
{{mIRC|$window}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|channels]]

Latest revision as of 14:34, 20 September 2017

Note: This feature has essentially been replaced by $chan.$channel returns informations about channels.


Synopsis[edit]

$channel(N/#)

Paramters[edit]

N/#The channel or the Nth channel.

if N is 0, returns the total numbers of channels

Properties[edit]

See $chan for more informations.

Example[edit]

//echo -a $channel(3).mode

Compatibility[edit]

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

$chan $query $window