diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-14 07:47:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-14 07:47:50 +0200 |
commit | dea8b0bb09b5d301d9d61a6653d0f1683c8422c2 (patch) | |
tree | c1512bd3390067e1589a7f88b854247a130de03f /doc/it/autogen/user | |
parent | 55e2f258b7c28e67c89d22bd7778f9f11d0eb15c (diff) | |
download | weechat-dea8b0bb09b5d301d9d61a6653d0f1683c8422c2.zip |
irc: add option "-noswitch" in command /query (closes #394)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index f1a94437e..30a21b7bb 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -551,11 +551,12 @@ demone2: reindirizza messaggio a questo demone [command]*`query`* invia un messaggio privato ad un nick:: ---- -/query [-server <server>] <nick>[,<nick>...] [<testo>] +/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]] |