From WikiChip
Difference between revisions of "mirc/commands/dqwindow"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 40: | Line 40: | ||
* [[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|/close}} | ||
* {{mIRC|/closemsg}} | * {{mIRC|/closemsg}} |
Revision as of 19:25, 5 July 2014
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
/dqwindow [on|off|show|hide|min]
Switches
None
Parameters
- 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
Example
Turn on the dedicated query window:
/dqwindow on
Will print:
* Dedicated query window is on
Compatibility
Added: mIRC v5.1
Added On: 28/08/97
Note: Individual switches were not taken into consideration.
See also
mIRC commands list