diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-25 10:23:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-25 10:23:19 +0200 |
commit | 10f5f6d3ae81fe2a4f65c57223f587a2be31cc0a (patch) | |
tree | e0a7b18bb6163fa0526668b6fc721a2307da599f /doc/it/autogen/plugin_api/infolists.adoc | |
parent | 91bfd809e6676e85ea127a4f9a576ca854d050d8 (diff) | |
download | weechat-10f5f6d3ae81fe2a4f65c57223f587a2be31cc0a.zip |
core: update translations
Diffstat (limited to 'doc/it/autogen/plugin_api/infolists.adoc')
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/infolists.adoc b/doc/it/autogen/plugin_api/infolists.adoc index ecc6a8fd3..e0e6e8db8 100644 --- a/doc/it/autogen/plugin_api/infolists.adoc +++ b/doc/it/autogen/plugin_api/infolists.adoc @@ -20,6 +20,10 @@ | irc | irc_ignore | elenco di ignore IRC | puntatore all'ignore (opzionale) | - +| irc | irc_modelist | list of channel mode lists for an IRC channel | mode list pointer (optional) | server,channel,type (type is optional) + +| irc | irc_modelist_item | list of items in a channel mode list | mode list item pointer (optional) | server,channel,type,number (number is optional) + | irc | irc_nick | elenco dei nick per un canale IRC | puntatore al nick (opzionale) | server,channel,nick (nick is optional) | irc | irc_notify | elenco delle notifiche | puntatore alla notifica (opzionale) | server name (wildcard "*" is allowed) (optional) |