diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 16:16:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 16:16:13 +0200 |
commit | 474541b857849e73e1277afa58c3c8ce6178aac6 (patch) | |
tree | d2f8ff497d781d54c92f49af03c8e911a57f14cd /doc/de | |
parent | d7d91d6cf398217c530d253b3a6de202ed459a27 (diff) | |
download | weechat-474541b857849e73e1277afa58c3c8ce6178aac6.zip |
irc: add support of "away-notify" capability (closes #12)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 3a34b479a..22bfbaff0 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -175,6 +175,7 @@ *** 'nick_alternate_number' (integer) *** 'nick' (string) *** 'nick_modes' (string) +*** 'cap_away_notify' (integer) *** 'isupport' (string) *** 'prefix_modes' (string) *** 'prefix_chars' (string) diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 9e3ae0639..68ebfc32b 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -469,7 +469,7 @@ ** Werte: 0 .. 1000000 (Standardwert: `25`) * [[option_irc.server_default.capabilities]] *irc.server_default.capabilities* -** Beschreibung: `durch Kommata getrennte Liste von erweiterten Client Fähigkeiten ("client capabilities"), welche vom Server angeboten und genutzt werden sollen. Fähigkeiten die von WeeChat unterstützt werden: multi-prefix, userhost-in-name (Beispiel: "multi-prefix, userhost-in-name")` +** Beschreibung: `comma-separated list of client capabilities to enable for server if they are available; capabilities supported by WeeChat are: multi-prefix, userhost-in-names, away-notify (example: "multi-prefix,userhost-in-names,away-notify")` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `""`) |