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

(Add'l syntax)
m (Switches: Add missing -'s)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
  
 
== Switches ==
 
== Switches ==
* '''n''' - Minimize the window (existing or while opening new)
+
* '''-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)
+
* '''-x''' - Maximize the window (existing or while opening new) (return to normal state with /window -r nick)
* '''m''' - Open new window as mdi (default)
+
* '''-m''' - Open new window as mdi (default)
* '''d''' - Open new window as desktop
+
* '''-d''' - Open new window as desktop
  
 
== Parameters ==
 
== Parameters ==
Line 21: Line 21:
 
* {{mIRC|/msg}}
 
* {{mIRC|/msg}}
 
* {{mIRC|/notice}}
 
* {{mIRC|/notice}}
* {{mIRC|/queryn}}
+
* {{mIRC|/queryrn}}
 
* {{mIRC|$query}}
 
* {{mIRC|$query}}

Latest revision as of 02:07, 20 January 2024

The /query command opens a query window to the specified nickname. If a message is provided, it is sent.

Synopsis[edit]

/query -nxmd <nick> [message]

Switches[edit]

  • -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[edit]

  • [msg] - If specified, sends the message.

Example[edit]

None

Compatibility[edit]

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[edit]