From 712623547f7e6fffc1bda625399ac54de87b6e2d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 27 Aug 2010 15:59:06 +0200 Subject: 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). --- doc/it/autogen/plugin_api/infos_hashtable.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/it/autogen/plugin_api/infos_hashtable.txt (limited to 'doc/it/autogen/plugin_api') diff --git a/doc/it/autogen/plugin_api/infos_hashtable.txt b/doc/it/autogen/plugin_api/infos_hashtable.txt new file mode 100644 index 000000000..0eb5c42cd --- /dev/null +++ b/doc/it/autogen/plugin_api/infos_hashtable.txt @@ -0,0 +1,7 @@ +[width="100%",cols="^1,^2,6,6,6",options="header"] +|======================================== +| Plugin | Nome | Descrizione | Hashtable (input) | Hashtable (output) + +| irc | irc_parse_message | parse an IRC message | "message": IRC message | "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel) + +|======================================== -- cgit v1.2.3