From WikiChip
Difference between revisions of "mirc/commands/gtalk"
< mirc‎ | commands

(Created page with "The '''gtalk command''' makes an agent speak the specified text. == Synopsis == /gtalk -kwlu <name> <text | <wavefile text>> == Switches == * '''-h''' - Prevents the agent ...")
 
m
Line 1: Line 1:
The '''gtalk command''' makes an agent speak the specified text.
+
The '''gtalk command''' makes an Agent speak the specified text.
  
 
== Synopsis ==
 
== Synopsis ==
Line 5: Line 5:
  
 
== Switches ==
 
== Switches ==
* '''-h''' - Prevents the agent from poping up if mIRC is minimized and -h has been used in /gload to load that agent.
+
* <span style="display: inline-block; width: 30px;">'''-h'''</span>Prevents the agent from popping up if mIRC is minimized ''and'' -h has been used in [[/gload command - mIRC|/gload]] to load that agent.
* '''-k''' - Makes the agent think the text in a balloon without speaking it.
+
* <span style="display: inline-block; width: 30px;">'''-k'''</span>Makes the agent think the text in a balloon without speaking it.
* '''-l''' - Applies the lexicon settings in the lexicon dialog to the text.
+
* <span style="display: inline-block; width: 30px;">'''-l'''</span>Applies the lexicon settings in the lexicon dialog to the text.
* '''-u''' - applies the speech settings in the speech options dialog.
+
* <span style="display: inline-block; width: 30px;">'''-u'''</span>Applies the speech settings in the speech options dialog.
* '''-w''' - Play the wave sound filename
+
* <span style="display: inline-block; width: 30px;">'''-w'''</span>Allows you to play a wave sound filename along with Agent text to speak.
  
 
== Parameters ==
 
== Parameters ==
* '''<name>''' - The name used in /gload to reference that agent
+
* <span style="display: inline-block; width: 120px;">'''name'''</span>The name used in /gload to reference that agent
* '''<text>''' - The text to be spoken
+
* <span style="display: inline-block; width: 120px;">'''text'''</span>The text to be spoken
* '''<wavefile text>''' - The sound filename, must be wave format, and the text tobe spoken while playing the file
+
* <span style="display: inline-block; width: 120px;">'''wavefile text'''</span>The sound filename, must be wave format, and the text tobe spoken while playing the file
 
 
  
 
== Example ==
 
== Example ==

Revision as of 15:11, 23 June 2014

The gtalk command makes an Agent speak the specified text.

Synopsis

/gtalk -kwlu <name> <text | <wavefile text>>

Switches

  • -hPrevents the agent from popping up if mIRC is minimized and -h has been used in /gload to load that agent.
  • -kMakes the agent think the text in a balloon without speaking it.
  • -lApplies the lexicon settings in the lexicon dialog to the text.
  • -uApplies the speech settings in the speech options dialog.
  • -wAllows you to play a wave sound filename along with Agent text to speak.

Parameters

  • nameThe name used in /gload to reference that agent
  • textThe text to be spoken
  • wavefile textThe sound filename, must be wave format, and the text tobe spoken while playing the file

Example

;Load the default agent on your system
/gload myagent default
;make the agent plays 'lol.wav' and speak "text"
/gtalk -w myagent lol.wav text

Compatibility

Added: mIRC v5.7

Added On: 02/02/2000


Note: Individual switches were not taken into consideration.

See also