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

m (See Also)
m
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
The '''$aop''' identifier allows you to get data from your [[/aop command - mIRC|Auto-Op]] list in mIRC.
+
{{mirc title|$aop Identifier}}The '''$aop''' identifier allows you to get data from your [[/aop command - mIRC|Auto-Op]] list in mIRC.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 27: Line 28:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.9
+
{{mIRC compatibility|5.9}}
 
 
Added On: 26/04/2001
 
  
 
== See Also ==
 
== See Also ==
* [[$avoice identifier - mIRC|$avoice]]
+
* {{mIRC|$avoice}}
* [[$auto identifier - mIRC|$auto]]
+
* {{mIRC|$auto}}
* [[/aop command - mIRC|/aop]]
+
* {{mIRC|/aop}}
* [[/avoice command - mIRC|/avoice]]
+
* {{mIRC|/avoice}}
* [[/ignore command - mIRC|/ignore]]
+
* {{mIRC|/ignore}}
* [[/pop command - mIRC|/pop]]
+
* {{mIRC|/pop}}
* [[/pvoice command - mIRC|/pvoice]]
+
* {{mIRC|/pvoice}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|aop]]

Revision as of 14:22, 20 September 2017

The $aop identifier allows you to get data from your Auto-Op list in mIRC.


Synopsis

$aop(address/N)[.property]

Note: $aop by itself returns $true if auto-op is enabled, otherwise it returns $false.

Parameters

addressReturns any match based on the specified address from the auto-op list.

NReturns any match in the auto-op list based on the Nth entry in the list. If N is 0, the total amount of addresses in the auto-op list will be returned.

Properties

typeIf a match is found, returns the list of channels associated with its auto-op.

networkReturns which network the auto-op is associated with.

Examples

Echo to the active window whether or not auto-op is enabled

//echo -a $aop

Echo to the active window the total number of addresses in the auto-op list

//echo -a $aop(0)

Echo to the active window the network that the match is associated with

//echo -a $aop(*testhost.com).network

Compatibility

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

[Expand]
v · d · e mIRC identifier list