diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-01 19:03:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-01 19:03:05 +0200 |
commit | ff83985ef4f4073f9430ee065b1d8982fb7c6318 (patch) | |
tree | 2b94f2cd1e36de9bb54a02153e1d30be8145bc21 /doc/de/autogen | |
parent | 51af351c15c0277d0c6f060624b67b04e77710df (diff) | |
download | weechat-ff83985ef4f4073f9430ee065b1d8982fb7c6318.zip |
Add default template completion (by default: nick or IRC channel)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index f02c1a0ec..a60cc40f2 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -566,6 +566,16 @@ </listitem> </itemizedlist> +<command>weechat.completion.default_template</command>: default completion template (please see documentation for template codes and values) +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: '%n|%(irc_channels)')</para> + </listitem> +</itemizedlist> + <command>weechat.completion.nick_completor</command>: string inserted after nick completion <itemizedlist> <listitem> |