summaryrefslogtreecommitdiff
path: root/doc/de/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-10-24 15:12:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-10-24 15:12:32 +0200
commite37f7fa2b2e0a0c9abc3f0333c619a87c5714bf9 (patch)
tree79446b70de29155e8c886a3ea98f9080f9d2a820 /doc/de/autogen
parentd19162626b2899ceebd2be9469e9ae4ab71fa641 (diff)
downloadweechat-e37f7fa2b2e0a0c9abc3f0333c619a87c5714bf9.zip
Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias
Diffstat (limited to 'doc/de/autogen')
-rw-r--r--doc/de/autogen/irc_options.xml16
-rw-r--r--doc/de/autogen/weechat_commands.xml21
-rw-r--r--doc/de/autogen/weechat_options.xml16
3 files changed, 27 insertions, 26 deletions
diff --git a/doc/de/autogen/irc_options.xml b/doc/de/autogen/irc_options.xml
index 4b35c1489..5b20732cc 100644
--- a/doc/de/autogen/irc_options.xml
+++ b/doc/de/autogen/irc_options.xml
@@ -86,6 +86,22 @@
</listitem>
</itemizedlist>
+<command>irc.look.display_channel_modes</command>
+<itemizedlist>
+ <listitem>
+ <para>description: display channel modes in "buffer_name" bar item</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
<command>irc.look.highlight_tags</command>
<itemizedlist>
<listitem>
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml
index c69d15a06..3a40652af 100644
--- a/doc/de/autogen/weechat_commands.xml
+++ b/doc/de/autogen/weechat_commands.xml
@@ -54,17 +54,18 @@ Examples:
<programlisting>
Puffer verwalten
- action: action to do:
- clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer)
- move: move buffer in the list (may be relative, for example -1)
- close: close buffer
- list: list buffers (no parameter implies this list)
- notify: display notify levels for all open buffers
- scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item
-
- number: jump to buffer by number
+ action: action to do:
+ clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer)
+ move: move buffer in the list (may be relative, for example -1)
+ close: close buffer
+ list: list buffers (no parameter implies this list)
+ notify: display notify levels for all open buffers
+localvar: display local variables for current buffer
+ scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item
+
+ number: jump to buffer by number
server,
-channel: jump to buffer by server and/or channel name
+ channel: jump to buffer by server and/or channel name
Examples:
clear current buffer: /buffer clear
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml
index fc295e76f..5394f1155 100644
--- a/doc/de/autogen/weechat_options.xml
+++ b/doc/de/autogen/weechat_options.xml
@@ -1462,22 +1462,6 @@
</listitem>
</itemizedlist>
-<command>weechat.look.input_format</command>
-<itemizedlist>
- <listitem>
- <para>description: Format der Eingabezeile ('%c' wird durch den Channel- oder Servernamen ersetzt, '%n' durch den Nicknamen und '%m' durch die Nick-Modi)</para>
- </listitem>
- <listitem>
- <para>type: string</para>
- </listitem>
- <listitem>
- <para>values: any string</para>
- </listitem>
- <listitem>
- <para>default value: '[%n(%m)] '</para>
- </listitem>
-</itemizedlist>
-
<command>weechat.look.item_time_format</command>
<itemizedlist>
<listitem>