forked from PsychoticNinja/ailin-nemui-irssi
39 lines
889 B
Plaintext
39 lines
889 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# unquery
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/unquery.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-queries.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><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)
|
||
|