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

(Created $chantypes identifier - mIRC)
 
(Example)
Line 8: Line 8:
 
== Example ==
 
== Example ==
 
Echo the current available channel modes to the active window:
 
Echo the current available channel modes to the active window:
<source lang="mIRC>//echo -a $chantypes</source>
+
<source lang="mIRC">//echo -a $chantypes</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 11:12, 1 July 2014

The $chantypes identifier will return the supported list of channel prefix types available on the active network connection. If not connected, mIRC defaults to a standard value of #.

Note: Any active connection window can use this identifier, not just an active channel.

Parameters

None

Example

Echo the current available channel modes to the active window:

//echo -a $chantypes

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

See Also