From WikiChip
Difference between revisions of "mirc/identifiers/$channel"
(→Synopsis) |
m |
||
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 == | ||
Line 23: | Line 24: | ||
{{mIRC|$query}} | {{mIRC|$query}} | ||
{{mIRC|$window}} | {{mIRC|$window}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|channels]] |
Latest revision as of 13:34, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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.