diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-20 17:28:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-20 17:28:28 +0200 |
commit | 12051a506ddbb0fe37ec9ebcc4b5df1eaeaa23bf (patch) | |
tree | b27d60e68961a756ddd5f7cf3648d5478b972a20 /doc/it | |
parent | bf964de9399733f99e2183abd04a1612d99429cb (diff) | |
download | weechat-12051a506ddbb0fe37ec9ebcc4b5df1eaeaa23bf.zip |
irc: add support of UTF8MAPPING, add support of optional server in info "irc_is_nick" (closes #1528)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_api_hdata.it.adoc | 1 | ||||
-rw-r--r-- | doc/it/includes/autogen_api_infos.it.adoc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/it/includes/autogen_api_hdata.it.adoc b/doc/it/includes/autogen_api_hdata.it.adoc index 8938c0fc6..c14e135d9 100644 --- a/doc/it/includes/autogen_api_hdata.it.adoc +++ b/doc/it/includes/autogen_api_hdata.it.adoc @@ -258,6 +258,7 @@ _nick_max_length_ (integer) + _user_max_length_ (integer) + _host_max_length_ (integer) + _casemapping_ (integer) + +_utf8mapping_ (integer) + _chantypes_ (string) + _chanmodes_ (string) + _monitor_ (integer) + diff --git a/doc/it/includes/autogen_api_infos.it.adoc b/doc/it/includes/autogen_api_infos.it.adoc index 59b1c1b6b..1878e2276 100644 --- a/doc/it/includes/autogen_api_infos.it.adoc +++ b/doc/it/includes/autogen_api_infos.it.adoc @@ -20,7 +20,7 @@ | irc | irc_is_channel | 1 se la stringa è il nome di un canale IRC valido per il server | server,canale (server è opzionale) -| irc | irc_is_nick | 1 se la stringa è un nick IRC valido | nick +| irc | irc_is_nick | 1 se la stringa è un nick IRC valido | server,nickname (server is optional) | irc | irc_nick | ottiene nick corrente su un server | nome server |