diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-22 10:51:43 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-22 10:51:43 +0200 |
commit | 2dee40dd1a7c0cca2adb262e32d92791abd37fa8 (patch) | |
tree | 5c469c1c4e21bed153589b5b32fe11749267cb9c /doc/fr/autogen | |
parent | 6253e3ac375b9203cf232329069cbd695a7ded5a (diff) | |
download | weechat-2dee40dd1a7c0cca2adb262e32d92791abd37fa8.zip |
Add isupport value in IRC servers (content of IRC message 005), with new infos: irc_server_isupport and irc_server_isupport_value
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/plugin_api/infos.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/fr/autogen/plugin_api/infos.txt b/doc/fr/autogen/plugin_api/infos.txt index 3f7c48121..9267ae291 100644 --- a/doc/fr/autogen/plugin_api/infos.txt +++ b/doc/fr/autogen/plugin_api/infos.txt @@ -16,6 +16,10 @@ | irc | irc_nick_from_host | retourne le pseudo à partir d'un host IRC | host IRC (comme `:pseudo!nom@serveur.com`) +| irc | irc_server_isupport | 1 si le serveur supporte cette fonctionnalité (du message IRC 005) | serveur,fonctionnalité + +| irc | irc_server_isupport_value | valeur de la fonctionnalité, si supportée par le serveur (du message IRC 005) | serveur,fonctionnalité + | weechat | charset_internal | charset interne à WeeChat | - | weechat | charset_terminal | charset du terminal | - |