From WikiChip
Difference between revisions of "mirc/identifiers/$channel"
(→Synopsis) |
|||
Line 2: | Line 2: | ||
== Synopsis == | == Synopsis == | ||
− | <pre>$channel(N/#) | + | <pre>$channel(N/#)</pre> |
== Paramters == | == Paramters == |
Revision as of 15:16, 5 September 2015
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
$channel(N/#)
Paramters
N/#The channel or the Nth channel.
- if N is 0, returns the total numbers of channels
Properties
See $chan for more informations.
Example
//echo -a $channel(3).mode
Compatibility
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.