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

(Created page with "{{mirc title|$inmode Identifier}}'''$inmode''' is a value that can be returned by $chan().banlist if mIRC is currently in a mode +b listing. == Synopsis == <pre>$inmode</pre>...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{mirc title|$inmode Identifier}}'''$inmode''' is a value that can be returned by $chan().banlist if mIRC is currently in a mode +b listing.
 
{{mirc title|$inmode Identifier}}'''$inmode''' is a value that can be returned by $chan().banlist if mIRC is currently in a mode +b listing.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 18: Line 19:
 
{{mIRC compatibility|5.71}}
 
{{mIRC compatibility|5.71}}
  
== See Also ==
+
== See also ==
 
{{mIRC|$chan}}
 
{{mIRC|$chan}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|inmode]]

Latest revision as of 16:15, 20 September 2017

$inmode is a value that can be returned by $chan().banlist if mIRC is currently in a mode +b listing.


Synopsis[edit]

$inmode

Paramters[edit]

None

Properties[edit]

None

Example[edit]

//echo -a $chan(1).banlist

Compatibility[edit]

Added: mIRC v5.71
Added on: 07 May 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

$chan