diff --git a/doc/de/autogen/user/exec_commands.txt b/doc/de/autogen/user/exec_commands.txt index 9f28d3ddb..6e8a83d14 100644 --- a/doc/de/autogen/user/exec_commands.txt +++ b/doc/de/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Examples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Machine uptime:" uptime ---- diff --git a/doc/en/autogen/user/exec_commands.txt b/doc/en/autogen/user/exec_commands.txt index 03f40ed10..b8048d429 100644 --- a/doc/en/autogen/user/exec_commands.txt +++ b/doc/en/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Examples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Machine uptime:" uptime ---- diff --git a/doc/fr/autogen/user/exec_commands.txt b/doc/fr/autogen/user/exec_commands.txt index 31d43684f..fe5a29288 100644 --- a/doc/fr/autogen/user/exec_commands.txt +++ b/doc/fr/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Exemples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Uptime de la machine:" uptime ---- diff --git a/doc/it/autogen/user/exec_commands.txt b/doc/it/autogen/user/exec_commands.txt index 03f40ed10..b8048d429 100644 --- a/doc/it/autogen/user/exec_commands.txt +++ b/doc/it/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Examples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Machine uptime:" uptime ---- diff --git a/doc/ja/autogen/user/exec_commands.txt b/doc/ja/autogen/user/exec_commands.txt index 03f40ed10..b8048d429 100644 --- a/doc/ja/autogen/user/exec_commands.txt +++ b/doc/ja/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Examples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Machine uptime:" uptime ---- diff --git a/doc/pl/autogen/user/exec_commands.txt b/doc/pl/autogen/user/exec_commands.txt index 03f40ed10..b8048d429 100644 --- a/doc/pl/autogen/user/exec_commands.txt +++ b/doc/pl/autogen/user/exec_commands.txt @@ -59,5 +59,6 @@ Examples: /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -o uptime + /exec -pipe "/print Machine uptime:" uptime ---- diff --git a/po/cs.po b/po/cs.po index 59969e66e..2e3700f42 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:06+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -4692,7 +4692,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/de.po b/po/de.po index 14f2a25cf..3ec752dab 100644 --- a/po/de.po +++ b/po/de.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-15 19:39+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -5404,7 +5404,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" " -list: zeigt laufende Befehle an\n" " -sh: die shell wird verwendet um Befehle auszuführen " diff --git a/po/es.po b/po/es.po index e42a8857c..6e129f24e 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -4907,7 +4907,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/fr.po b/po/fr.po index 1b45a62e9..e014a6ef4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" -"PO-Revision-Date: 2014-03-16 09:54+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" +"PO-Revision-Date: 2014-03-16 10:14+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -5273,7 +5273,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" " -list: lister les commandes\n" " -sh: utiliser le shell pour exécuter la commande (par défaut)\n" @@ -5345,7 +5346,8 @@ msgstr "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Uptime de la machine:\" uptime" msgid "ids (numbers and names) of executed commands" msgstr "ids (nombres et noms) des commandes exécutées" diff --git a/po/hu.po b/po/hu.po index 1da4b0814..ca4a24464 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -4281,7 +4281,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/it.po b/po/it.po index 2728fc88f..85824cc16 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -5045,7 +5045,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/ja.po b/po/ja.po index 413116106..58c1e67a1 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -5052,7 +5052,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/pl.po b/po/pl.po index e7fc8ad07..23b05ac8a 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -5164,7 +5164,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/pt_BR.po b/po/pt_BR.po index 2dd6f569f..07671f1b8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -4748,7 +4748,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/ru.po b/po/ru.po index 03e88055c..413926694 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -4314,7 +4314,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/tr.po b/po/tr.po index 7d24a8ca1..1041c639d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -3870,7 +3870,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/po/weechat.pot b/po/weechat.pot index 1c0ecb7c0..36355640b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 09:53+0100\n" +"POT-Creation-Date: 2014-03-16 10:13+0100\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: weechat-dev \n" @@ -3870,7 +3870,8 @@ msgid "" " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" -" /exec -o uptime" +" /exec -o uptime\n" +" /exec -pipe \"/print Machine uptime:\" uptime" msgstr "" msgid "ids (numbers and names) of executed commands" diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c index 04472db7f..441ed1926 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -829,7 +829,8 @@ exec_command_init () " /exec -n ls -l /tmp\n" " /exec -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" - " /exec -o uptime"), + " /exec -o uptime\n" + " /exec -pipe \"/print Machine uptime:\" uptime"), "-list" " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-sw|-nosw|" "-ln|-noln|-color|-timeout|-name|-pipe|-hsignal|%*"