From WikiChip
Difference between revisions of "mirc/commands/gopts"
(→Parameters) |
m (Bot: Adding a template) |
||
Line 55: | Line 55: | ||
* [[$agentname identifier - mIRC|$agentname]] | * [[$agentname identifier - mIRC|$agentname]] | ||
* [[$agent identifier - mIRC|$agent]] | * [[$agent identifier - mIRC|$agent]] | ||
+ | {{mIRC command list}} | ||
− | + | [[Category:MIRC commands]] | |
− | [[Category: |
Revision as of 20:41, 3 July 2014
The gopts command is used to sets various option of a loaded agent
Synopsis
/gopts -b <name> <on | off | size | pace | hide | nosize | nopace | nohide> /gopts -i <name> <on | off> /gopts -e <name> <on | off> /gopts -q <name> (undocumented) /gopts -n <name> <langid> /gopts -h <name> <on | off>
Switches
- -b - Turns balloons on or off, but you can instead specify <size>/<nosize> to enable/disable the balloons to fit the text being spoken, <pace>/<nopace> to enable/disable the display of text word by word as it is being spoken, and <hide>/<nohide> to hide/show the balloons when no text is being spoken.
- -i - Turns idle effects on or off.
- -e - Turns sound effects on or off.
- -n - Allows you to set a language id
- -h - Turns the auto-hide feature on or off (see /gload for more info).
Parameters
- <name> - The name used in /gload to reference that agent
- <on | off> - The state for that option
- <size | pace | hide | nosize | nopace | nohide> - Can be used with -b instead of <on | off> to change the way the balloon is displayed
- <langid> - Used with -n, the hex id value for the language
Example
;Load the default agent on your system /gload myagent default ;Turns off sound effect /gopts -e myagent off
Compatibility
Added: mIRC v5.7
Added On: 02/02/2000
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- /ghide
- /gunload
- /gshow
- /gload
- /gsize
- /gtalk
- /gplay
- /gpoint
- /gstop
- /gmove
- /gqreq
- $agentver
- $agentstat
- $agentname
- $agent
mIRC commands list