From WikiChip
Difference between revisions of "mirc/commands/query"
m (Bot: de-linking old mIRC menu) |
Maroonbells (talk | contribs) (Add'l syntax) |
||
Line 1: | Line 1: | ||
{{mirc title|/query Command}} | {{mirc title|/query Command}} | ||
− | The '''/query | + | The '''/query''' command opens a query window to the specified nickname. If a message is provided, it is sent. |
== Synopsis == | == Synopsis == | ||
− | /query - | + | /query -nxmd <nick> [message] |
== Switches == | == Switches == | ||
− | * ''' | + | * '''n''' - Minimize the window (existing or while opening new) |
+ | * '''x''' - Maximize the window (existing or while opening new) (return to normal state with /window -r nick) | ||
+ | * '''m''' - Open new window as mdi (default) | ||
+ | * '''d''' - Open new window as desktop | ||
== Parameters == | == Parameters == | ||
− | * '''[msg]''' - If specified, | + | * '''[msg]''' - If specified, sends the message. |
− | |||
== Example == | == Example == | ||
None | None | ||
Line 16: | Line 18: | ||
== Compatibility == | == Compatibility == | ||
{{mIRC compatibility|2.1a}} | {{mIRC compatibility|2.1a}} | ||
− | |||
== See also == | == See also == | ||
− | |||
− | |||
* {{mIRC|/msg}} | * {{mIRC|/msg}} | ||
* {{mIRC|/notice}} | * {{mIRC|/notice}} | ||
* {{mIRC|/queryn}} | * {{mIRC|/queryn}} | ||
− | * | + | * {{mIRC|$query}} |
− | |||
− | |||
− |
Revision as of 21:24, 20 May 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /query command opens a query window to the specified nickname. If a message is provided, it is sent.
Synopsis
/query -nxmd <nick> [message]
Switches
- n - Minimize the window (existing or while opening new)
- x - Maximize the window (existing or while opening new) (return to normal state with /window -r nick)
- m - Open new window as mdi (default)
- d - Open new window as desktop
Parameters
- [msg] - If specified, sends the message.
Example
None
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.