summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-12-25 21:32:24 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-12-25 21:32:24 +0100
commitacb5561434abc6c2e9513b1ffc86e357d2935198 (patch)
treeec0446d18e6d14440d18b1817c86f81022a97599 /doc/it/autogen
parent3194a9b8e4f4b6e6683820656ebf215c38b4bb33 (diff)
downloadweechat-acb5561434abc6c2e9513b1ffc86e357d2935198.zip
doc: update contents of hdata in plugin API reference
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/plugin_api/hdata.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt
index 5eab8fa67..3659d505a 100644
--- a/doc/it/autogen/plugin_api/hdata.txt
+++ b/doc/it/autogen/plugin_api/hdata.txt
@@ -80,12 +80,12 @@
'timeout' (integer) +
'command' (string) +
'start_time' (time) +
- 'cmd_start' (pointer) +
- 'cmd_stop' (pointer) +
- 'cmd_extra' (pointer) +
+ 'cmd_start' (hashtable) +
+ 'cmd_stop' (hashtable) +
+ 'cmd_extra' (hashtable) +
'cmd_start_received' (integer) +
'cmd_stop_received' (integer) +
- 'cmd_filter' (pointer) +
+ 'cmd_filter' (hashtable) +
'output' (string) +
'output_size' (integer) +
'prev_redirect' (pointer, hdata: 'irc_redirect') +
@@ -138,6 +138,7 @@
'prefix_chars' (string) +
'nick_max_length' (integer) +
'casemapping' (integer) +
+ 'chantypes' (string) +
'reconnect_delay' (integer) +
'reconnect_start' (time) +
'command_time' (time) +
@@ -159,7 +160,7 @@
'last_redirect' (pointer, hdata: 'irc_redirect') +
'notify_list' (pointer, hdata: 'irc_notify') +
'last_notify' (pointer, hdata: 'irc_notify') +
- 'manual_joins' (pointer) +
+ 'manual_joins' (hashtable) +
'buffer' (pointer, hdata: 'buffer') +
'buffer_as_string' (string) +
'channels' (pointer, hdata: 'irc_channel') +
@@ -279,11 +280,11 @@
'highlight_tags' (string) +
'highlight_tags_count' (integer) +
'highlight_tags_array' (pointer) +
- 'hotlist_max_level_nicks' (pointer) +
+ 'hotlist_max_level_nicks' (hashtable) +
'keys' (pointer, hdata: 'key') +
'last_key' (pointer, hdata: 'key') +
'keys_count' (integer) +
- 'local_variables' (pointer) +
+ 'local_variables' (hashtable) +
'prev_buffer' (pointer, hdata: 'buffer') +
'next_buffer' (pointer, hdata: 'buffer') |
'gui_buffers' +