diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-02 18:58:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-02 18:58:04 +0100 |
commit | fcd08f8ee437c5dcb3d83ecfe085ff1995a9f6ad (patch) | |
tree | 9e56ef68409ed83d2036cdfcc6bc3a9ff5d667d5 /doc/de | |
parent | 6e69f7f3ce22bf5537b1e02088b95352d04ec5cc (diff) | |
download | weechat-fcd08f8ee437c5dcb3d83ecfe085ff1995a9f6ad.zip |
Update doc
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/debug_commands.xml | 17 | ||||
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 11 | ||||
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 16 |
3 files changed, 27 insertions, 17 deletions
diff --git a/doc/de/autogen/debug_commands.xml b/doc/de/autogen/debug_commands.xml deleted file mode 100644 index 77ee10e3d..000000000 --- a/doc/de/autogen/debug_commands.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ********* WARNING! ********* - - This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** - docgen.pl builds XML doc files to include in many languages ---> - -<command>debug dump | buffer | windows | text</command> -<programlisting> -Debugging-Nachricht ausgeben - - dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) - buffer: dump buffer content with hexadecimal values in log file -windows: display windows tree - text: send "debug" signal with "text" as argument -</programlisting> diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index bd68ec6f3..da6cae7b9 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -86,6 +86,17 @@ launch explicit WeeChat or plugin command plugin: plugin name ('weechat' for WeeChat internal command) command: command to execute (a '/' is automatically added if not found at beginning of command) </programlisting> +<command>debug [list | plugin level | dump | buffer | windows]</command> +<programlisting> +control debug for core/plugins + + plugin: name of plugin ("core" for WeeChat core) + level: debug level for plugin (0 = disable debug) + dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) + buffer: dump buffer content with hexadecimal values in log file +windows: display windows tree + text: send "debug" signal with "text" as argument +</programlisting> <command>filter [list] | [enable|disable|toggle [name]] | [add name buffer tags regex] | [del name|-all]</command> <programlisting> filter messages in buffers, to hide/show them according to tags or regex diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index 5394f1155..a2f810466 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -1222,6 +1222,22 @@ </listitem> </itemizedlist> +<command>weechat.debug.irc</command> +<itemizedlist> + <listitem> + <para>description: niveau de debug pour l'extension ("core" pour le coeur de WeeChat)</para> + </listitem> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 32</para> + </listitem> + <listitem> + <para>default value: 0</para> + </listitem> +</itemizedlist> + <command>weechat.history.display_default</command> <itemizedlist> <listitem> |