diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
commit | 3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (patch) | |
tree | 1aca3f34fb571b74b4190ef8d188c4b140ca2640 /doc/ja/autogen/plugin_api/hdata.txt | |
parent | 6d4bc94536e162f40a0e5ec5d9db21f6cde85863 (diff) | |
download | weechat-3acdcee0d94feaf2845c3e74d323f8c5dd01d70a.zip |
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477) (patch from Nils Görs)
Diffstat (limited to 'doc/ja/autogen/plugin_api/hdata.txt')
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 36a56d0bf..3162b4b35 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) |