diff options
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_scripting.de.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/weechat_scripting.de.txt b/doc/de/weechat_scripting.de.txt index f63adbfe9..544b70800 100644 --- a/doc/de/weechat_scripting.de.txt +++ b/doc/de/weechat_scripting.de.txt @@ -582,7 +582,7 @@ def kernel_process_cb(data, command, rc, stdout, stderr): weechat.prnt("", kernel_txt) return weechat.WEECHAT_RC_OK -weechat.hook_process("python -c \"import urllib; " \ +weechat.hook_process("python -c \"import urllib; " "print urllib.urlopen('http://www.kernel.org/kdist/finger_banner').read()\"", 10 * 1000, "kernel_process_cb", "") ---------------------------------------- |