diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-09 08:51:21 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-09 08:51:21 +0000 |
commit | 58a1fc72db52fc966d28c908f2c8d3054d565c58 (patch) | |
tree | 9e4e2ed66129907b7e429667d97c83c3b93ebb8c /doc | |
parent | 1bc997b23854f109e1b4b3644214a7e405e73d11 (diff) | |
download | weechat-58a1fc72db52fc966d28c908f2c8d3054d565c58.zip |
Added nick host in doc (for get_nick_info API function)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat.en.xml | 5 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 6b4ea5d0c..3a85a31bc 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -3277,6 +3277,11 @@ if (channel_info) <entry>nick name</entry> </row> <row> + <entry>char *</entry> + <entry><literal>host</literal></entry> + <entry>hostname</entry> + </row> + <row> <entry>int</entry> <entry><literal>flags</literal></entry> <entry> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 0785dcc14..9dc713553 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -3352,6 +3352,11 @@ if (channel_info) <entry>pseudo</entry> </row> <row> + <entry>char *</entry> + <entry><literal>host</literal></entry> + <entry>nom de machine</entry> + </row> + <row> <entry>int</entry> <entry><literal>flags</literal></entry> <entry> |