From WikiChip
Difference between revisions of "mirc/identifiers/$chanmodes"
(Created $chanmodes identifier - mIRC) |
m (→See Also) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''$chanmodes''' identifier will return the supported list of channel modes available on the active network connection. If not connected, mIRC defaults to a standard value of ''bIe,k,l''. | + | {{mirc title|$chanmodes Identifier}}The '''$chanmodes''' identifier will return the supported list of channel modes available on the active network connection. If not connected, mIRC defaults to a standard value of ''bIe,k,l''. |
'''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. | ||
+ | |||
+ | |||
+ | == Synopsis == | ||
+ | <pre>$chanmodes</pre> | ||
+ | |||
== Parameters == | == Parameters == | ||
Line 11: | Line 16: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.9}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
− | * | + | * {{mIRC|$chantypes}} |
− | * | + | * {{mIRC|$nickmode}} |
+ | * {{mIRC|$prefix}} | ||
+ | {{mIRC identifier list}} | ||
− | [[Category:mIRC identifiers]] | + | [[Category:mIRC identifiers|chanmodes]] |
Latest revision as of 05:39, 5 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $chanmodes identifier will return the supported list of channel modes available on the active network connection. If not connected, mIRC defaults to a standard value of bIe,k,l.
Note: Any active connection window can use this identifier, not just an active channel.
Synopsis[edit]
$chanmodes
Parameters[edit]
None
Example[edit]
Echo the current available channel modes to the active window:
//echo -a $chanmodes
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]
mIRC identifier list