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

m (Bot: Adding a template)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''/query command''' opens a query window to the specified nickname. If a message is provided, it is sent.
+
{{mirc title|/query Command}}
 +
The '''/query''' command opens a query window to the specified nickname. If a message is provided, it is sent.
  
 
== Synopsis ==
 
== Synopsis ==
  /query -n <nick> [message]
+
  /query -nxmd <nick> [message]
  
 
== Switches ==
 
== Switches ==
* '''-n''' - Minimize the window
+
* '''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, send the message.
+
* '''[msg]''' - If specified, sends the message.
 
 
 
== Example ==
 
== Example ==
 
None
 
None
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v2.1a
+
{{mIRC compatibility|2.1a}}
 
 
Added On: 28/02/95
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
 
 
 
== See also ==
 
== See also ==
* [[List of commands - mIRC|List of commands]]
+
* {{mIRC|/msg}}
* [[List of identifiers - mIRC|List of identifiers]]
+
* {{mIRC|/notice}}
* [[/msg command - mIRC|/msg]]
+
* {{mIRC|/queryrn}}
* [[/notice command - mIRC|/notice]]
+
* {{mIRC|$query}}
* [[/queryn command - mIRC|/queryn]]
 
* [[$query command - mIRC|$query]]
 
{{mIRC command list}}
 
 
 
[[Category:MIRC commands]]
 

Revision as of 22:37, 20 May 2018

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.

See also