summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2022-01-18 08:51:55 +0100
committerNils Görs <weechatter@arcor.de>2022-01-18 08:51:55 +0100
commit28fc2e7cbfb458ed1a9a2bc4befa27c1b91a3c00 (patch)
treea9c64c1f77ddf454949e7a40e939756af2e81f6a /doc
parent2d6ab2ec0a139678a41402a2964cec94607438f1 (diff)
downloadweechat-28fc2e7cbfb458ed1a9a2bc4befa27c1b91a3c00.zip
doc: update German documentation
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.