summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/de/weechat_scripting.de.adoc6
1 files 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.