diff options
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/infos.adoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/infos.adoc b/doc/it/autogen/plugin_api/infos.adoc index 62c11393b..215147191 100644 --- a/doc/it/autogen/plugin_api/infos.adoc +++ b/doc/it/autogen/plugin_api/infos.adoc @@ -10,6 +10,8 @@ | fifo | fifo_filename | nome della pipe FIFO | - +| guile | guile_eval | evaluation of source code | source code to execute + | guile | guile_interpreter | name of the interpreter used | - | guile | guile_version | version of the interpreter used | - @@ -32,34 +34,48 @@ | irc | irc_server_isupport_value | valore della caratteristica, se supportata dal servre (dal messaggio IRC 005) | server,caratteristica +| javascript | javascript_eval | evaluation of source code | source code to execute + | javascript | javascript_interpreter | name of the interpreter used | - | javascript | javascript_version | version of the interpreter used | - +| lua | lua_eval | evaluation of source code | source code to execute + | lua | lua_interpreter | name of the interpreter used | - | lua | lua_version | version of the interpreter used | - +| perl | perl_eval | evaluation of source code | source code to execute + | perl | perl_interpreter | name of the interpreter used | - | perl | perl_version | version of the interpreter used | - +| php | php_eval | evaluation of source code | source code to execute + | php | php_interpreter | name of the interpreter used | - | php | php_version | version of the interpreter used | - | python | python2_bin | path per l'interprete python 2.x | - +| python | python_eval | evaluation of source code | source code to execute + | python | python_interpreter | name of the interpreter used | - | python | python_version | version of the interpreter used | - | relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected +| ruby | ruby_eval | evaluation of source code | source code to execute + | ruby | ruby_interpreter | name of the interpreter used | - | ruby | ruby_version | version of the interpreter used | - +| tcl | tcl_eval | evaluation of source code | source code to execute + | tcl | tcl_interpreter | name of the interpreter used | - | tcl | tcl_version | version of the interpreter used | - |