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/it/autogen/plugin_api | |
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/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/infos.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index 221dec85f..de92aaead 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -16,6 +16,10 @@ | irc | irc_nick_from_host | ottiene nick dall'host IRC | host IRC (come `:nick!nome@server.com`) +| irc | irc_server_isupport | 1 if server supports this feature (from IRC message 005) | server,feature + +| irc | irc_server_isupport_value | value of feature, if supported by server (from IRC message 005) | server,feature + | weechat | charset_internal | set caratteri interno di WeeChat | - | weechat | charset_terminal | set caratteri terminale | - |