summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-05-13 22:12:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-05-13 22:12:19 +0200
commit32edff0fa50551dee049cc808552757752ef81c3 (patch)
tree522b6d58bee75129e59a883c11a26015df9b2aa4 /doc
parent4d70264ac68c1af9a94ac1290e4641422f4b4eee (diff)
downloadweechat-32edff0fa50551dee049cc808552757752ef81c3.zip
core: add option "-buffer" in command /command (closes #67)
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt7
-rw-r--r--doc/en/autogen/user/weechat_commands.txt5
-rw-r--r--doc/fr/autogen/user/weechat_commands.txt5
-rw-r--r--doc/it/autogen/user/weechat_commands.txt7
-rw-r--r--doc/ja/autogen/user/weechat_commands.txt7
-rw-r--r--doc/pl/autogen/user/weechat_commands.txt7
6 files changed, 22 insertions, 16 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index cbd346a2f..38a7ed5f6 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ Beispiele:
[command]*`command`* führe explizit einen WeeChat Befehl oder eine Erweiterung aus::
----
-/command <plugin> <command>
+/command [-buffer <name>] <plugin> <command>
- plugin: Name der Erweiterung ('core' für interne WeeChat Befehle)
-command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
----
[[command_weechat_cursor]]
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index 7f24cf0f3..1b5612c45 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -167,9 +167,10 @@ Examples:
[command]*`command`* launch explicit WeeChat or plugin command::
----
-/command <plugin> <command>
+/command [-buffer <name>] <plugin> <command>
- plugin: plugin name ('core' for WeeChat internal command)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
command: command to execute (a '/' is automatically added if not found at beginning of command)
----
diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt
index af9484a62..a8badfa3e 100644
--- a/doc/fr/autogen/user/weechat_commands.txt
+++ b/doc/fr/autogen/user/weechat_commands.txt
@@ -167,9 +167,10 @@ Exemples :
[command]*`command`* lancer explicitement une commande WeeChat ou d'une extension::
----
-/command <extension> <commande>
+/command [-buffer <nom>] <extension> <commande>
-extension : nom de l'extension ('core' pour une commande interne WeeChat)
+ -buffer : exécuter la commande sur ce tampon
+extension : exécuter la commande de cette extension ; 'core' pour une commande WeeChat, '*' pour une extension automatique (cela dépend sur quel tampon est exécutée la commande)
commande : commande à exécuter (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande)
----
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index 61fb893bc..1bc6d888f 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ Examples:
[command]*`command`* esegui comando o plugin di WeeChat esplicito::
----
-/command <plugin> <comando>
+/command [-buffer <name>] <plugin> <command>
- plugin: nome plugin ('core' per il comando interno di WeeChat)
-comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trovata all'inizio del comando)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
----
[[command_weechat_cursor]]
diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt
index 4f9106a09..ed9cc47c8 100644
--- a/doc/ja/autogen/user/weechat_commands.txt
+++ b/doc/ja/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ rgb2term: RGB 色をターミナル色 (0-255) に変換
[command]*`command`* WeeChat かプラグインのコマンドを起動::
----
-/command <plugin> <command>
+/command [-buffer <name>] <plugin> <command>
- plugin: プラグインの名前 ('core' は WeeChat の内部コマンドを意味します)
-command: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追加されます)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
----
[[command_weechat_cursor]]
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt
index ce51b05f3..8f2c08e2a 100644
--- a/doc/pl/autogen/user/weechat_commands.txt
+++ b/doc/pl/autogen/user/weechat_commands.txt
@@ -167,10 +167,11 @@ Examples:
[command]*`command`* wywołaj wyraźnie komendę WeeChat lub wtyczki::
----
-/command <wtyczka> <komenda>
+/command [-buffer <name>] <plugin> <command>
- wtyczka: nazwa wtyczki ('core' dla wewnętrznych komend WeeChat )
-komenda: komenda do wywołania ( '/' jest automatycznie dodawane jeśli nie występuje na początku komendy)
+-buffer: execute the command on this buffer
+ plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
----
[[command_weechat_cursor]]