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

(Created page with "{{mirc title|$speak Identifier}}'''$speak''' returns the Nth line currently queued via the {{mIRC|/speak}} command. == Synopsis == <pre>$speak(N)</pre> == Paramters == * '...")
 
m
 
Line 21: Line 21:
 
{{mIRC|/speak}}
 
{{mIRC|/speak}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|speak]]

Latest revision as of 12:47, 22 September 2017

$speak returns the Nth line currently queued via the /speak command.


Synopsis[edit]

$speak(N)

Paramters[edit]

  • N - The Nth line queued, if N is 0, returns the total number of queued line.

Properties[edit]

None

Example[edit]

//echo -a $speak(0)

Compatibility[edit]

Added: mIRC v7.0
Added on: 02 Apr 2010
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

/speak