summaryrefslogtreecommitdiff
path: root/doc/weechat_doc_pt.texi
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-12-11 00:52:32 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-12-11 00:52:32 +0000
commit77e00d03812564d58fdc9ed60bd4e07c09326288 (patch)
treeaad5bf938b2a09afbbc478ca5b37106208127315 /doc/weechat_doc_pt.texi
parentb8662d79c2ef0276049e727ce3ea175e143459a4 (diff)
downloadweechat-77e00d03812564d58fdc9ed60bd4e07c09326288.zip
Added charset by server and channel, new command: /charset
Diffstat (limited to 'doc/weechat_doc_pt.texi')
-rw-r--r--doc/weechat_doc_pt.texi22
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/weechat_doc_pt.texi b/doc/weechat_doc_pt.texi
index 25839cc64..b4f472bd7 100644
--- a/doc/weechat_doc_pt.texi
+++ b/doc/weechat_doc_pt.texi
@@ -36,7 +36,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
-@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 6 de dezembro de 2005
+@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 11 de dezembro de 2005
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
@@ -287,9 +287,6 @@ Type: boolean (values: 'on' or 'off'), default value: 'off'@*
@item look_buffer_timestamp
Timestamp for buffers@*
Type: string (any string), default value: '[%H:%M:%S]'@*
-@item look_color_nicks
-Display nick names with different colors@*
-Type: boolean (values: 'on' or 'off'), default value: 'on'@*
@item look_color_nicks_number
Number of colors to use for nicks colors@*
Type: integer (values: between 1 and 10), default value: 10@*
@@ -740,6 +737,15 @@ Type: boolean (values: 'on' or 'off'), default value: 'on'@*
@item server_notify_levels
Comma separated list of notify levels for channels of this server (format: #channel:1,..)@*
Type: string (any string), default value: ''@*
+@item server_charset_decode_iso
+Comma separated list of charsets for server and channels, to decode ISO (format: server:charset,#channel:charset,..)@*
+Type: string (any string), default value: ''@*
+@item server_charset_decode_utf
+Comma separated list of charsets for server and channels, to decode UTF (format: server:charset,#channel:charset,..)@*
+Type: string (any string), default value: ''@*
+@item server_charset_encode
+Comma separated list of charsets for server and channels, to encode messages (format: server:charset,#channel:charset,..)@*
+Type: string (any string), default value: ''@*
@end table
Colors for Curses GUI are:@*
@@ -926,6 +932,14 @@ action: action to do:@*
server,channel: jump to buffer by server and/or channel name@*
number: jump to buffer by number@*
@*
+@item charset [(decode_iso | decode_utf | encode) charset]
+@*
+change charset for server or channel@*
+@*
+decode_iso: charset used for decoding ISO@*
+decode_utf: charset used for decoding UTF@*
+ encode: charset used for encoding messages@*
+@*
@item clear [-all]
@*
clear window(s)@*