diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-24 13:02:26 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-24 13:02:26 +0100 |
commit | a08603c24c2a2b33fe8cdcb6e591ebf4cb7bd986 (patch) | |
tree | 344e827cf5bebbbad1dd6103b88df682ca69511b /doc/de/autogen | |
parent | e03310cb0d187bcf73485f25e9c40893238b17af (diff) | |
download | weechat-a08603c24c2a2b33fe8cdcb6e591ebf4cb7bd986.zip |
irc: add option irc.look.display_join_message (task #10895)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 0727d104f..69140d35e 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -27,7 +27,7 @@ 'modes' (string) + 'limit' (integer) + 'key' (string) + - 'names_received' (integer) + + 'join_msg_received' (hashtable) + 'checking_away' (integer) + 'away_message' (string) + 'has_quit_server' (integer) + diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 2515c1a5d..90c661a32 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -143,6 +143,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) +* [[option_irc.look.display_join_message]] *irc.look.display_join_message* +** Beschreibung: `comma-separated list of messages to display after joining a channel: 329 = channel creation date, 332 = topic, 333 = nick/date for topic, 366 = names on channel` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"329,332,333,366"`) + * [[option_irc.look.display_old_topic]] *irc.look.display_old_topic* ** Beschreibung: `Zeige das alte Thema an, falls das Thema des Channels geƤndert wurde` ** Typ: boolesch |