From WikiChip
Difference between revisions of "mirc/commands/dqwindow"
m (Bot: Adding a template) |
(→Parameters) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | mIRC's DQ (''dedicated query'') window system is a feature that conveniently redirects all incoming queries to a single window. The '''/dqwindow | + | {{mirc title|/dqwindow Command}} |
+ | mIRC's DQ (''dedicated query'') window system is a feature that conveniently redirects all incoming queries to a single window. The '''/dqwindow''' command can be used to disable or enable as well as show and hide the DQ window. | ||
You can determine if the DQ Window is on or off with this alias: | You can determine if the DQ Window is on or off with this alias: | ||
Line 20: | Line 21: | ||
* '''hide''' - Hides the DQ window | * '''hide''' - Hides the DQ window | ||
* '''min''' - Minimizes the DQ window | * '''min''' - Minimizes the DQ window | ||
+ | * '''close''' - Closes the DQ window | ||
+ | |||
+ | Note: Using this command without parameters displays a message indicating whether the DQ Window is 'on' or 'off'. | ||
== Example == | == Example == | ||
Line 31: | Line 35: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.1}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$me}} |
− | * | + | * {{mIRC|$nick}} |
− | * | + | * {{mIRC|/close}} |
− | * | + | * {{mIRC|/closemsg}} |
− | * | + | * {{mIRC|/window}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|dqwindow command - mIRC]] |
Latest revision as of 17:37, 16 August 2022
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
mIRC's DQ (dedicated query) window system is a feature that conveniently redirects all incoming queries to a single window. The /dqwindow command can be used to disable or enable as well as show and hide the DQ window.
You can determine if the DQ Window is on or off with this alias:
alias is_dqwindow { saveini return $iif($gettok($readini($mircini, n, options, n0), 22, 44), $true, $false) }
Synopsis[edit]
/dqwindow [on|off|show|hide|min]
Switches[edit]
None
Parameters[edit]
- on - Turns the DQWindow system on
- off - Turns off the DQ window system
- show - Displays the DQ window
- hide - Hides the DQ window
- min - Minimizes the DQ window
- close - Closes the DQ window
Note: Using this command without parameters displays a message indicating whether the DQ Window is 'on' or 'off'.
Example[edit]
Turn on the dedicated query window:
/dqwindow on
Will print:
* Dedicated query window is on
Compatibility[edit]
Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list