diff options
author | Peter Boström <pbos@kth.se> | 2012-09-18 18:08:21 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-18 18:08:21 +0200 |
commit | a80635c8b2329bc2cdc5192c2e2be61d43a320d6 (patch) | |
tree | 0ccda663b62b521fd7ed47a8eeaa2d9fb26f8313 /doc/fr | |
parent | b5f7c124ea73d480b76ee3e339237c12a0ebcaf4 (diff) | |
download | weechat-a80635c8b2329bc2cdc5192c2e2be61d43a320d6.zip |
irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 15a2fc6c6..f74739214 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -189,6 +189,7 @@ 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + 'manual_joins' (hashtable) + + 'channel_join_key' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + |