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

(Created $chantypes identifier - mIRC)
 
m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 ''#''.
+
{{mirc title|$chantypes Identifier}}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.
 
'''Note:''' Any active connection window can use this identifier, not just an active channel.
 +
  
 
== Parameters ==
 
== Parameters ==
Line 7: Line 8:
  
 
== Example ==
 
== Example ==
Echo the current available channel modes to the active window:
+
Echo the current available channel prefix types to the active window:
<source lang="mIRC>//echo -a $chantypes</source>
+
<source lang="mIRC">//echo -a $chantypes</source>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.9
+
{{mIRC compatibility|5.9}}
 
 
Added On: 26/04/2001
 
  
 
== See Also ==
 
== See Also ==
* [[$chanmodes identifier - mIRC|$chanmodes]]
+
* {{mIRC|$chanmodes}}
* [[$prefix identifier - mIRC|$prefix]]
+
* {{mIRC|$prefix}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|chantypes]]

Latest revision as of 14:35, 20 September 2017

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[edit]

None

Example[edit]

Echo the current available channel prefix types to the active window:

//echo -a $chantypes

Compatibility[edit]

Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

[Expand]
v · d · e mIRC identifier list