diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
commit | 5cfeb2f2bcad5a4b2c8350d386c28e131acfec30 (patch) | |
tree | df603051c087fb1f051373c35ef425079a527a85 /doc/en/autogen/plugin_api | |
parent | aa6b88638632343516f175fd572417b7d54d483e (diff) | |
download | weechat-5cfeb2f2bcad5a4b2c8350d386c28e131acfec30.zip |
irc: add option "-noswitch" for command /join (task #12275)
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 71439fdff..3b8bc5793 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + |