From 28fc2e7cbfb458ed1a9a2bc4befa27c1b91a3c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20G=C3=B6rs?= Date: Tue, 18 Jan 2022 08:51:55 +0100 Subject: [PATCH] doc: update German documentation --- doc/de/weechat_scripting.de.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index 647ad6e1f..b4f1bf245 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -1095,9 +1095,8 @@ def my_process_cb(data, command, return_code, out, err): weechat.hook_process("/bin/ls -l /etc", 10 * 1000, "my_process_cb", "") ---- -// TRANSLATION MISSING -You can also call directly a script function that does something blocking, -instead of an external command: +Sie können statt eines externen Befehls auch direkt eine +Skriptfunktion aufrufen, die Weechat blockieren würde: [source,python] ---- @@ -1133,7 +1132,6 @@ einen URL Transfer, kommt die Funktion `+hook_process_hashtable+` zum Einsatz. Beispiel eines URL Transfers, ohne zusätzliche Optionen: Die HTML Seite wird dabei in der Callback-Variable "out" gesichert (Standardausgabe des Prozesses): -// TRANSLATION MISSING [source,python] ---- # Display latest stable version of WeeChat.