blob: e44dc4fa9fd1954a2ed7b200b44c34d3fb0753c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
layout: page
title: "Help: unquery"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/unquery.in
- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-queries.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><pre style="\-\-cmdlen:7ch"><code><span class="synB">UNQUERY</span> <span class="syn10">[<span class="syn09"><nick></span>]</span></code></pre></div>
### Parameters ###
The nickname to close the query for; if no argument is given, the active
query will be used.
### Description ###
Closes a query window for a nickname.
### Examples ###
/UNQUERY
/UNQUERY mike
### See also ###
[MSG](/documentation/help/msg), [QUERY](/documentation/help/query), [WINDOW](/documentation/help/window)
|