m (PatrolBot moved page $avoice identifier - mIRC to mirc/identifiers/$avoice: per new naming convention) |
m (→Synopsis: Replace / with |, match helpfile.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''$avoice''' identifier allows you to get data from your [[/avoice command - mIRC|Auto-Voice]] list in mIRC. | + | {{mirc title|$avoice Identifier}}The '''$avoice''' identifier allows you to get data from your [[/avoice command - mIRC|Auto-Voice]] list in mIRC. |
+ | |||
== Synopsis == | == Synopsis == | ||
− | <pre>$avoice(address | + | <pre> |
+ | $avoice | ||
+ | $avoice(address|N)[.property]</pre> | ||
'''Note:''' $avoice by itself returns ''$true'' if auto-voice is enabled, otherwise it returns ''$false''. | '''Note:''' $avoice by itself returns ''$true'' if auto-voice is enabled, otherwise it returns ''$false''. | ||
Line 39: | Line 42: | ||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|avoice]] |
Latest revision as of 11:03, 26 November 2024
The $avoice identifier allows you to get data from your Auto-Voice list in mIRC.
Synopsis[edit]
$avoice $avoice(address|N)[.property]
Note: $avoice by itself returns $true if auto-voice is enabled, otherwise it returns $false.
Parameters[edit]
addressReturns any match based on the specified address from the auto-voice list.
NReturns any match in the auto-voice list based on the Nth entry in the list. If N is 0, the total amount of addresses in the auto-voice list will be returned.
Properties[edit]
typeIf a match is found, returns the list of channels associated with its auto-voice.
networkReturns which network the auto-voice is associated with.
Examples[edit]
Echo to the active window whether or not auto-voice is enabled
//echo -a $avoice
Echo to the active window the total number of addresses in the auto-voice list
//echo -a $avoice(0)
Echo to the active window the network that the match is associated with
//echo -a $avoice(*testhost.com).network
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.