summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-14 07:47:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-14 07:47:50 +0200
commitdea8b0bb09b5d301d9d61a6653d0f1683c8422c2 (patch)
treec1512bd3390067e1589a7f88b854247a130de03f /doc/en
parent55e2f258b7c28e67c89d22bd7778f9f11d0eb15c (diff)
downloadweechat-dea8b0bb09b5d301d9d61a6653d0f1683c8422c2.zip
irc: add option "-noswitch" in command /query (closes #394)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/irc_commands.asciidoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc
index 8c7257989..4bd603e9c 100644
--- a/doc/en/autogen/user/irc_commands.asciidoc
+++ b/doc/en/autogen/user/irc_commands.asciidoc
@@ -551,11 +551,12 @@ daemon2: forward message to this daemon
[command]*`query`* send a private message to a nick::
----
-/query [-server <server>] <nick>[,<nick>...] [<text>]
+/query [-noswitch] [-server <server>] <nick>[,<nick>...] [<text>]
-server: send to this server (internal name)
- nick: nick
- text: text to send
+-noswitch: do not switch to new buffer
+ server: send to this server (internal name)
+ nick: nick
+ text: text to send
----
[[command_irc_quiet]]