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/en/includes | |
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/en/includes')
-rw-r--r-- | doc/en/includes/autogen_api_hdata.en.adoc | 1 | ||||
-rw-r--r-- | doc/en/includes/autogen_api_infos.en.adoc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/includes/autogen_api_hdata.en.adoc b/doc/en/includes/autogen_api_hdata.en.adoc index d25f819fd..dfac74fda 100644 --- a/doc/en/includes/autogen_api_hdata.en.adoc +++ b/doc/en/includes/autogen_api_hdata.en.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/en/includes/autogen_api_infos.en.adoc b/doc/en/includes/autogen_api_infos.en.adoc index 2f8653c46..e8a926693 100644 --- a/doc/en/includes/autogen_api_infos.en.adoc +++ b/doc/en/includes/autogen_api_infos.en.adoc @@ -20,7 +20,7 @@ | irc | irc_is_channel | 1 if string is a valid IRC channel name for server | server,channel (server is optional) -| irc | irc_is_nick | 1 if string is a valid IRC nick name | nickname +| irc | irc_is_nick | 1 if string is a valid IRC nick name | server,nickname (server is optional) | irc | irc_nick | get current nick on a server | server name |