/[weechat]/weechat/doc/weechat_doc_pt.texi
ViewVC logotype

Diff of /weechat/doc/weechat_doc_pt.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by flashcode, Sat Jul 30 09:04:09 2005 UTC revision 1.33 by flashcode, Mon Sep 5 15:52:16 2005 UTC
# Line 36  Line 36 
36    
37  @title WeeChat - Guia do Utilizador  @title WeeChat - Guia do Utilizador
38  @subtitle Cliente de IRC rapido, leve e extencivel  @subtitle Cliente de IRC rapido, leve e extencivel
39  @subtitle Documenta@,{c}@~ao do WeeChat v0.1.4 - 30 de Julho de 2005  @subtitle Documenta@,{c}@~ao do WeeChat v0.1.5-cvs - 5 de Setembro de 2005
40    
41  @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>  @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
42    
# Line 341  Type: color (Curses or Gtk color), defau Line 341  Type: color (Curses or Gtk color), defau
341  @item col_chat_prefix2  @item col_chat_prefix2
342  Color for middle char of prefix@*  Color for middle char of prefix@*
343  Type: color (Curses or Gtk color), default value: 'white'@*  Type: color (Curses or Gtk color), default value: 'white'@*
344    @item col_chat_join
345    Color for join arrow (prefix)@*
346    Type: color (Curses or Gtk color), default value: 'lightgreen'@*
347    @item col_chat_part
348    Color for part/quit arrow (prefix)@*
349    Type: color (Curses or Gtk color), default value: 'lightred'@*
350  @item col_chat_nick  @item col_chat_nick
351  Color for nicks in actions (chat window)@*  Color for nicks in actions (chat window)@*
352  Type: color (Curses or Gtk color), default value: 'lightcyan'@*  Type: color (Curses or Gtk color), default value: 'lightcyan'@*
# Line 368  Type: color (Curses or Gtk color), defau Line 374  Type: color (Curses or Gtk color), defau
374  @item col_status_data_msg  @item col_status_data_msg
375  Color for window with new messages (status bar)@*  Color for window with new messages (status bar)@*
376  Type: color (Curses or Gtk color), default value: 'yellow'@*  Type: color (Curses or Gtk color), default value: 'yellow'@*
377    @item col_status_private
378    Color for window with private message (status bar)@*
379    Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
380  @item col_status_highlight  @item col_status_highlight
381  Color for window with highlight (status bar)@*  Color for window with highlight (status bar)@*
382  Type: color (Curses or Gtk color), default value: 'lightmagenta'@*  Type: color (Curses or Gtk color), default value: 'lightred'@*
383  @item col_status_data_other  @item col_status_data_other
384  Color for window with new data (not messages) (status bar)@*  Color for window with new data (not messages) (status bar)@*
385  Type: color (Curses or Gtk color), default value: 'default'@*  Type: color (Curses or Gtk color), default value: 'default'@*
# Line 515  Type: integer (values: between 0 and 214 Line 524  Type: integer (values: between 0 and 214
524  @item irc_fifo_pipe  @item irc_fifo_pipe
525  Create a FIFO pipe for remote control@*  Create a FIFO pipe for remote control@*
526  Type: boolean (values: 'on' or 'off'), default value: 'off'@*  Type: boolean (values: 'on' or 'off'), default value: 'off'@*
527    @item irc_highlight
528    Comma separated list of words to highlight (case insensitive comparison)@*
529    Type: string (any string), default value: ''@*
530  @item dcc_auto_accept_files  @item dcc_auto_accept_files
531  Automatically accept incoming dcc files@*  Automatically accept incoming dcc files@*
532  Type: boolean (values: 'on' or 'off'), default value: 'off'@*  Type: boolean (values: 'on' or 'off'), default value: 'off'@*
# Line 612  Type: string (any string), default value Line 624  Type: string (any string), default value
624  Delay (in seconds) after command was executed (example: give some time for authentication)@*  Delay (in seconds) after command was executed (example: give some time for authentication)@*
625  Type: integer (values: between 0 and 5), default value: 0@*  Type: integer (values: between 0 and 5), default value: 0@*
626  @item server_autojoin  @item server_autojoin
627  Comma separated list of channels to join when connected to server@*  Comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 #key1,#key2")@*
628  Type: string (any string), default value: ''@*  Type: string (any string), default value: ''@*
629  @item server_autorejoin  @item server_autorejoin
630  Automatically rejoin channels when kicked@*  Automatically rejoin channels when kicked@*
# Line 816  display help about commands@* Line 828  display help about commands@*
828  @*  @*
829  command: name of a WeeChat or IRC command@*  command: name of a WeeChat or IRC command@*
830  @*  @*
831    @item ignore  [mask [[type | command] [channel [server]]]]
832    @*
833    ignore IRC messages and/or hosts@*
834    @*
835       mask: nick or host mask to ignore@*
836       type: type of message to ignore (action, ctcp, dcc, pv)@*
837    command: IRC command@*
838    channel: name of channel for ignore@*
839     server: name of server for ignore@*
840    @*
841    For each argument, '*' means all.@*
842    Without argument, /ignore command lists all defined ignore.@*
843    @*
844  @item key  [key function/command] [unbind key] [functions] [reset -yes]  @item key  [key function/command] [unbind key] [functions] [reset -yes]
845  @*  @*
846  bind/unbind keys@*  bind/unbind keys@*
# Line 830  reset: restore bindings to the default v Line 855  reset: restore bindings to the default v
855  list/load/unload Perl scripts@*  list/load/unload Perl scripts@*
856  @*  @*
857  filename: Perl script (file) to load@*  filename: Perl script (file) to load@*
858    @*
859  Without argument, /perl command lists all loaded Perl scripts.@*  Without argument, /perl command lists all loaded Perl scripts.@*
860  @*  @*
861  @item python  [load filename] | [autoload] | [reload] | [unload]  @item python  [load filename] | [autoload] | [reload] | [unload]
# Line 837  Without argument, /perl command lists al Line 863  Without argument, /perl command lists al
863  list/load/unload Python scripts@*  list/load/unload Python scripts@*
864  @*  @*
865  filename: Python script (file) to load@*  filename: Python script (file) to load@*
866    @*
867  Without argument, /python command lists all loaded Python scripts.@*  Without argument, /python command lists all loaded Python scripts.@*
868  @*  @*
869    @item ruby  [load filename] | [autoload] | [reload] | [unload]
870    @*
871    list/load/unload Ruby scripts@*
872    @*
873    filename: Ruby script (file) to load@*
874    @*
875    Without argument, /ruby command lists all loaded Ruby scripts.@*
876    @*
877  @item server  [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 [nick2 [nick3]]] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]  @item server  [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 [nick2 [nick3]]] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]
878  @*  @*
879  list, add or remove servers@*  list, add or remove servers@*
# Line 874  remove an alias@* Line 909  remove an alias@*
909  @*  @*
910  alias_name: name of alias to remove@*  alias_name: name of alias to remove@*
911  @*  @*
912    @item unignore  [number | [mask [[type | command] [channel [server]]]]]
913    @*
914    unignore IRC messages and/or hosts@*
915    @*
916     number: # of ignore to unignore (number is displayed by list of ignore)@*
917       mask: nick or host mask to unignore@*
918       type: type of message to unignore (action, ctcp, dcc, pv)@*
919    command: IRC command@*
920    channel: name of channel for unignore@*
921     server: name of server for unignore@*
922    @*
923    For each argument, '*' means all.@*
924    Without argument, /unignore command lists all defined ignore.@*
925    @*
926  @item window  [list | splith | splitv | [merge [down | up | left | right | all]]]  @item window  [list | splith | splitv | [merge [down | up | left | right | all]]]
927  @*  @*
928  manage windows@*  manage windows@*
# Line 894  find information about the administrator Line 943  find information about the administrator
943  @*  @*
944  target: server@*  target: server@*
945  @*  @*
946    @item amsg  text
947    @*
948    send message to all channels of all connected servers@*
949    @*
950    text: text to send@*
951    @*
952  @item away  [-all] [message]  @item away  [-all] [message]
953  @*  @*
954  toggle away status@*  toggle away status@*
# Line 908  bans nicks or hosts@* Line 963  bans nicks or hosts@*
963  channel: channel for ban@*  channel: channel for ban@*
964  nickname: user or host to ban@*  nickname: user or host to ban@*
965  @*  @*
966  @item ctcp  nickname type  @item ctcp  nickname type [arguments]
967  @*  @*
968  send a ctcp message@*  send a CTCP message (Client-To-Client Protocol)@*
969  @*  @*
970  nickname: user to send ctcp to@*  nickname: user to send CTCP to@*
971  type: "action" or "version"@*  type: CTCP type (examples: "version", "ping", ..)@*
972    arguments: arguments for CTCP@*
973  @*  @*
974  @item dcc  action [nickname [file]]  @item dcc  action [nickname [file]]
975  @*  @*
# Line 923  action: 'send' (file) or 'chat' or 'clos Line 979  action: 'send' (file) or 'chat' or 'clos
979  nickname: nickname to send file or chat@*  nickname: nickname to send file or chat@*
980  file: filename (on local host)@*  file: filename (on local host)@*
981  @*  @*
982  @item dehalfop  nickname [nickname]  @item dehalfop  [nickname [nickname]]
983  @*  @*
984  removes half channel operator status from nickname(s)@*  removes half channel operator status from nickname(s)@*
985  @*  @*
986  @item deop  nickname [nickname]  @item deop  [nickname [nickname]]
987  @*  @*
988  removes channel operator status from nickname(s)@*  removes channel operator status from nickname(s)@*
989  @*  @*
990  @item devoice  nickname [nickname]  @item devoice  [nickname [nickname]]
991  @*  @*
992  removes voice from nickname(s)@*  removes voice from nickname(s)@*
993  @*  @*
# Line 939  removes voice from nickname(s)@* Line 995  removes voice from nickname(s)@*
995  @*  @*
996  shutdown the server@*  shutdown the server@*
997  @*  @*
998  @item halfop  nickname [nickname]  @item halfop  [nickname [nickname]]
999  @*  @*
1000  gives half channel operator status to nickname(s)@*  gives half channel operator status to nickname(s)@*
1001  @*  @*
# Line 1222  gives the version info of nick or server Line 1278  gives the version info of nick or server
1278  server: server name@*  server: server name@*
1279  nickname: nickname@*  nickname: nickname@*
1280  @*  @*
1281  @item voice  nickname [nickname]  @item voice  [nickname [nickname]]
1282  @*  @*
1283  gives voice to nickname(s)@*  gives voice to nickname(s)@*
1284  @*  @*
# Line 1277  delete entire line@* Line 1333  delete entire line@*
1333  delete previous word@*  delete previous word@*
1334  @item delete_next_word  @item delete_next_word
1335  delete next word@*  delete next word@*
1336    @item clipboard_paste
1337    paste current clipboard content@*
1338    @item transpose_chars
1339    transpose chars@*
1340  @item home  @item home
1341  go to beginning of line@*  go to beginning of line@*
1342  @item end  @item end
# Line 1291  move one char right@* Line 1351  move one char right@*
1351  move to next word@*  move to next word@*
1352  @item up  @item up
1353  call previous command in history@*  call previous command in history@*
1354    @item up_global
1355    call previous command in global history@*
1356  @item down  @item down
1357  call next command in history@*  call next command in history@*
1358    @item down_global
1359    call next command in global history@*
1360  @item page_up  @item page_up
1361  scroll one page up@*  scroll one page up@*
1362  @item page_down  @item page_down
# Line 1313  refresh screen@* Line 1377  refresh screen@*
1377  jump to buffer with activity@*  jump to buffer with activity@*
1378  @item jump_dcc  @item jump_dcc
1379  jump to DCC buffer@*  jump to DCC buffer@*
1380    @item jump_last_buffer
1381    jump to last buffer@*
1382  @item jump_server  @item jump_server
1383  jump to server buffer@*  jump to server buffer@*
1384  @item jump_next_server  @item jump_next_server

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26