diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
commit | 712623547f7e6fffc1bda625399ac54de87b6e2d (patch) | |
tree | 7353e6aec83c944eaa7b8af24694015b13f7715f /doc/it/weechat_scripting.it.txt | |
parent | bb42984f5d6101ddc750700768ed3faf27f31021 (diff) | |
download | weechat-712623547f7e6fffc1bda625399ac54de87b6e2d.zip |
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
Diffstat (limited to 'doc/it/weechat_scripting.it.txt')
-rw-r--r-- | doc/it/weechat_scripting.it.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt index 75787e1da..62d51cb62 100644 --- a/doc/it/weechat_scripting.it.txt +++ b/doc/it/weechat_scripting.it.txt @@ -281,7 +281,7 @@ Elenco di funzioni nelle API per gli script: hook_command, hook_command_run, hook_timer, hook_fd, hook_process, hook_connect, hook_print, hook_signal, hook_signal_send, hook_config, hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec, - hook_info, hook_infolist, unhook, unhook_all + hook_info, hook_info_hashtable, hook_infolist, unhook, unhook_all | buffer | buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear, buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer, @@ -300,7 +300,7 @@ Elenco di funzioni nelle API per gli script: | comandi | comando | info | - info_get + info_get, info_get_hashtable | liste info | infolist_new, infolist_new_item, infolist_new_var_integer, infolist_new_var_string, infolist_new_var_pointer, infolist_new_var_time, + |