Updated doc
This commit is contained in:
parent
fe16f6d48f
commit
c517253a72
@ -35,7 +35,7 @@
|
||||
|
||||
@title WeeChat - User guide
|
||||
@subtitle Fast, light and extensible IRC client
|
||||
@subtitle Documentation for WeeChat v0.1.4 - July, 30 2005
|
||||
@subtitle Documentation for WeeChat v0.1.5-cvs - September, 5 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -343,6 +343,12 @@ Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Color for middle char of prefix@*
|
||||
Type: color (Curses or Gtk color), default value: 'white'@*
|
||||
@item col_chat_join
|
||||
Color for join arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Color for part/quit arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Color for nicks in actions (chat window)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@ -370,9 +376,12 @@ Type: color (Curses or Gtk color), default value: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Color for window with new messages (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'yellow'@*
|
||||
@item col_status_private
|
||||
Color for window with private message (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Color for window with highlight (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Color for window with new data (not messages) (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'default'@*
|
||||
@ -517,6 +526,9 @@ Type: integer (values: between 0 and 2147483647), default value: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Create a FIFO pipe for remote control@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@item irc_highlight
|
||||
Comma separated list of words to highlight (case insensitive comparison)@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Automatically accept incoming dcc files@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@ -614,7 +626,7 @@ Type: string (any string), default value: ''@*
|
||||
Delay (in seconds) after command was executed (example: give some time for authentication)@*
|
||||
Type: integer (values: between 0 and 5), default value: 0@*
|
||||
@item server_autojoin
|
||||
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")@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item server_autorejoin
|
||||
Automatically rejoin channels when kicked@*
|
||||
@ -818,6 +830,19 @@ display help about commands@*
|
||||
@*
|
||||
command: name of a WeeChat or IRC command@*
|
||||
@*
|
||||
@item ignore [mask [[type | command] [channel [server]]]]
|
||||
@*
|
||||
ignore IRC messages and/or hosts@*
|
||||
@*
|
||||
mask: nick or host mask to ignore@*
|
||||
type: type of message to ignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for ignore@*
|
||||
server: name of server for ignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /ignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item key [key function/command] [unbind key] [functions] [reset -yes]
|
||||
@*
|
||||
bind/unbind keys@*
|
||||
@ -832,6 +857,7 @@ reset: restore bindings to the default values and delete ALL personal binding (u
|
||||
list/load/unload Perl scripts@*
|
||||
@*
|
||||
filename: Perl script (file) to load@*
|
||||
@*
|
||||
Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
@*
|
||||
@item python [load filename] | [autoload] | [reload] | [unload]
|
||||
@ -839,8 +865,17 @@ Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
list/load/unload Python scripts@*
|
||||
@*
|
||||
filename: Python script (file) to load@*
|
||||
@*
|
||||
Without argument, /python command lists all loaded Python scripts.@*
|
||||
@*
|
||||
@item ruby [load filename] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
list/load/unload Ruby scripts@*
|
||||
@*
|
||||
filename: Ruby script (file) to load@*
|
||||
@*
|
||||
Without argument, /ruby command lists all loaded Ruby scripts.@*
|
||||
@*
|
||||
@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]
|
||||
@*
|
||||
list, add or remove servers@*
|
||||
@ -876,6 +911,20 @@ remove an alias@*
|
||||
@*
|
||||
alias_name: name of alias to remove@*
|
||||
@*
|
||||
@item unignore [number | [mask [[type | command] [channel [server]]]]]
|
||||
@*
|
||||
unignore IRC messages and/or hosts@*
|
||||
@*
|
||||
number: # of ignore to unignore (number is displayed by list of ignore)@*
|
||||
mask: nick or host mask to unignore@*
|
||||
type: type of message to unignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for unignore@*
|
||||
server: name of server for unignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /unignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
manage windows@*
|
||||
@ -896,6 +945,12 @@ find information about the administrator of the server@*
|
||||
@*
|
||||
target: server@*
|
||||
@*
|
||||
@item amsg text
|
||||
@*
|
||||
send message to all channels of all connected servers@*
|
||||
@*
|
||||
text: text to send@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
toggle away status@*
|
||||
@ -910,12 +965,13 @@ bans nicks or hosts@*
|
||||
channel: channel for ban@*
|
||||
nickname: user or host to ban@*
|
||||
@*
|
||||
@item ctcp nickname type
|
||||
@item ctcp nickname type [arguments]
|
||||
@*
|
||||
send a ctcp message@*
|
||||
send a CTCP message (Client-To-Client Protocol)@*
|
||||
@*
|
||||
nickname: user to send ctcp to@*
|
||||
type: "action" or "version"@*
|
||||
nickname: user to send CTCP to@*
|
||||
type: CTCP type (examples: "version", "ping", ..)@*
|
||||
arguments: arguments for CTCP@*
|
||||
@*
|
||||
@item dcc action [nickname [file]]
|
||||
@*
|
||||
@ -925,15 +981,15 @@ action: 'send' (file) or 'chat' or 'close' (chat)@*
|
||||
nickname: nickname to send file or chat@*
|
||||
file: filename (on local host)@*
|
||||
@*
|
||||
@item dehalfop nickname [nickname]
|
||||
@item dehalfop [nickname [nickname]]
|
||||
@*
|
||||
removes half channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item deop nickname [nickname]
|
||||
@item deop [nickname [nickname]]
|
||||
@*
|
||||
removes channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item devoice nickname [nickname]
|
||||
@item devoice [nickname [nickname]]
|
||||
@*
|
||||
removes voice from nickname(s)@*
|
||||
@*
|
||||
@ -941,7 +997,7 @@ removes voice from nickname(s)@*
|
||||
@*
|
||||
shutdown the server@*
|
||||
@*
|
||||
@item halfop nickname [nickname]
|
||||
@item halfop [nickname [nickname]]
|
||||
@*
|
||||
gives half channel operator status to nickname(s)@*
|
||||
@*
|
||||
@ -1224,7 +1280,7 @@ gives the version info of nick or server (current or specified)@*
|
||||
server: server name@*
|
||||
nickname: nickname@*
|
||||
@*
|
||||
@item voice nickname [nickname]
|
||||
@item voice [nickname [nickname]]
|
||||
@*
|
||||
gives voice to nickname(s)@*
|
||||
@*
|
||||
@ -1279,6 +1335,10 @@ delete entire line@*
|
||||
delete previous word@*
|
||||
@item delete_next_word
|
||||
delete next word@*
|
||||
@item clipboard_paste
|
||||
paste current clipboard content@*
|
||||
@item transpose_chars
|
||||
transpose chars@*
|
||||
@item home
|
||||
go to beginning of line@*
|
||||
@item end
|
||||
@ -1293,8 +1353,12 @@ move one char right@*
|
||||
move to next word@*
|
||||
@item up
|
||||
call previous command in history@*
|
||||
@item up_global
|
||||
call previous command in global history@*
|
||||
@item down
|
||||
call next command in history@*
|
||||
@item down_global
|
||||
call next command in global history@*
|
||||
@item page_up
|
||||
scroll one page up@*
|
||||
@item page_down
|
||||
@ -1315,6 +1379,8 @@ refresh screen@*
|
||||
jump to buffer with activity@*
|
||||
@item jump_dcc
|
||||
jump to DCC buffer@*
|
||||
@item jump_last_buffer
|
||||
jump to last buffer@*
|
||||
@item jump_server
|
||||
jump to server buffer@*
|
||||
@item jump_next_server
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
||||
|
||||
@title WeeChat - Guide utilisateur
|
||||
@subtitle Client IRC rapide, l@'eger et extensible
|
||||
@subtitle Documentation pour WeeChat v0.1.4 - 30 Juillet 2005
|
||||
@subtitle Documentation pour WeeChat v0.1.5-cvs - 5 Septembre 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -344,6 +344,12 @@ Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Couleur pour le caract@`ere du milieu du pr@'efixe@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'white'@*
|
||||
@item col_chat_join
|
||||
Couleur pour la fl@`eche du join (pr@'efixe)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Couleur pour la fl@`eche du part/quit (pr@'efixe)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Couleur pour les noms d'utilisateurs dans les actions (fen@^etre de discussion)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightcyan'@*
|
||||
@ -371,9 +377,12 @@ Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Couleur pour une fen@^etre avec de nouvelles infos (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'yellow'@*
|
||||
@item col_status_private
|
||||
Couleur pour une fen@^etre avec un message priv@'e (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Couleur pour une fen@^etre avec un highlight (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightmagenta'@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Couleur pour une fen@^etre avec des nouvelles donn@'ees (pas des infos) (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'default'@*
|
||||
@ -518,6 +527,9 @@ Type: entier (valeurs: entre 0 et 2147483647), valeur par d@'efaut: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Cr@'eer un tube FIFO pour le contr@^ole @`a distance@*
|
||||
Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'off'@*
|
||||
@item irc_highlight
|
||||
Liste des mots pour la notification (s@'epar@'es par des virgules, le comparaison ne tient pas compte de la casse)@*
|
||||
Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Accepte automatiquement les fichiers dcc entrants@*
|
||||
Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'off'@*
|
||||
@ -615,7 +627,7 @@ Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
D@'elai (en secondes) apr@`es ex@'ecution de la commande (exemple: donner du temps pour l'authentification)@*
|
||||
Type: entier (valeurs: entre 0 et 5), valeur par d@'efaut: 0@*
|
||||
@item server_autojoin
|
||||
Liste des canaux (s@'epar@'es par des virgules) @`a rejoindre lorsque connect@'e au serveur@*
|
||||
Liste des canaux (s@'epar@'es par des virgules) @`a rejoindre lorsque connect@'e au serveur (exemple: "#chan1,#chan2,#chan3 #key1,#key2")@*
|
||||
Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
@item server_autorejoin
|
||||
Rejoindre automatiquement les canaux quand mis dehors@*
|
||||
@ -819,6 +831,19 @@ afficher l'aide sur les commandes@*
|
||||
@*
|
||||
commande: nom d'une commande WeeChat ou IRC@*
|
||||
@*
|
||||
@item ignore [masque [[type | commande] [canal [serveur]]]]
|
||||
@*
|
||||
ignorer des messages IRC et/ou des masques@*
|
||||
@*
|
||||
masque: pseudo ou masque @`a ignorer@*
|
||||
type: type de message @`a ignorer (action, ctcp, dcc, pv)@*
|
||||
commande: commande IRC@*
|
||||
canal: nom du canal pour le ignore@*
|
||||
serveur: nom du serveur pour le ignore@*
|
||||
@*
|
||||
Pour chaque param@`etre, '*' signifie tou(te)s.@*
|
||||
Sans param@`etre, la commande /ignore liste les ignore d@'efinis.@*
|
||||
@*
|
||||
@item key [touche fonction/commande] [unbind touche] [functions] [reset -yes]
|
||||
@*
|
||||
associer/lib@'erer des touches@*
|
||||
@ -833,6 +858,7 @@ reset: restaur les touches aux valeurs par d@'efaut et supprime TOUTES les touch
|
||||
liste/charge/d@'echarge des scripts Perl@*
|
||||
@*
|
||||
fichier: script Perl (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /perl liste tous les scripts Perl charg@'es.@*
|
||||
@*
|
||||
@item python [load fichier] | [autoload] | [reload] | [unload]
|
||||
@ -840,8 +866,17 @@ Sans param@`etre, la commande /perl liste tous les scripts Perl charg@'es.@*
|
||||
liste/charge/d@'echarge des scripts Python@*
|
||||
@*
|
||||
fichier: script Python (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /python liste tous les scripts Python charg@'es.@*
|
||||
@*
|
||||
@item ruby [load fichier] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
liste/charge/d@'echarge des scripts Ruby@*
|
||||
@*
|
||||
fichier: script Ruby (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /ruby liste tous les scripts Ruby charg@'es.@*
|
||||
@*
|
||||
@item server [nom_serveur] | [nom_serveur nom/IP port [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 [pseudo2 [pseudo3]]] [-username nom_utilisateur] [-realname nom_r@'eel] [-command commande] [-autojoin canal[,canal]] ] | [del nom_serveur]
|
||||
@*
|
||||
liste, ajoute ou retire des serveurs@*
|
||||
@ -877,6 +912,20 @@ supprimer un alias@*
|
||||
@*
|
||||
nom_alias: nom de l'alias @`a supprimer@*
|
||||
@*
|
||||
@item unignore [nombre | [masque [[type | commande] [canal [serveur]]]]]
|
||||
@*
|
||||
supprimer le ignore des messages IRC et/ou des masques@*
|
||||
@*
|
||||
nombre: num@'ero de ignore @`a supprimer (le nombre est affich@'e sur la liste des ignore)@*
|
||||
masque: pseudo ou masque @`a ignorer@*
|
||||
type: type de message @`a ignorer (action, ctcp, dcc, pv)@*
|
||||
commande: commande IRC@*
|
||||
canal: nom du canal pour le ignore@*
|
||||
serveur: nom du serveur pour le ignore@*
|
||||
@*
|
||||
Pour chaque param@`etre, '*' signifie tou(te)s.@*
|
||||
Sans param@`etre, /ignore liste les ignore d@'efinis.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
gestion des fen@^etres@*
|
||||
@ -897,6 +946,12 @@ trouver les informations sur l'administrateur du serveur@*
|
||||
@*
|
||||
cible: serveur@*
|
||||
@*
|
||||
@item amsg texte
|
||||
@*
|
||||
envoyer un message @`a tous les canaux de tous les serveurs connect@'es@*
|
||||
@*
|
||||
texte: texte @`a envoyer@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
basculer le statut absent@*
|
||||
@ -911,12 +966,13 @@ bannit des pseudos ou masques@*
|
||||
canal: nom du canal pour le bannissement@*
|
||||
pseudo: pseudo ou masque pour le bannissement@*
|
||||
@*
|
||||
@item ctcp pseudo type
|
||||
@item ctcp pseudo type [arguments]
|
||||
@*
|
||||
envoyer un message ctcp@*
|
||||
envoyer un message CTCP (Client-To-Client Protocol)@*
|
||||
@*
|
||||
pseudo: utilisateur pour envoyer le ctcp@*
|
||||
type: "action" ou "version"@*
|
||||
pseudo: utilisateur @`a qui envoyer le CTCP@*
|
||||
type: type de CTCP (exemples: "version", "ping", etc...)@*
|
||||
arguments: arguments pour le CTCP@*
|
||||
@*
|
||||
@item dcc action [pseudo [fichier]]
|
||||
@*
|
||||
@ -926,15 +982,15 @@ action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture d
|
||||
pseudo: pseudo pour envoyer le fichier ou discuter@*
|
||||
fichier: nom du fichier (sur la machine locale)@*
|
||||
@*
|
||||
@item dehalfop pseudo [pseudo]
|
||||
@item dehalfop [pseudo [pseudo]]
|
||||
@*
|
||||
retire le statut de demi-op@'erateur du canal @`a/aux nick(s)@*
|
||||
@*
|
||||
@item deop pseudo [pseudo]
|
||||
@item deop [pseudo [pseudo]]
|
||||
@*
|
||||
retire le statut d'op@'erateur du canal @`a/aux nick(s)@*
|
||||
@*
|
||||
@item devoice pseudo [pseudo]
|
||||
@item devoice [pseudo [pseudo]]
|
||||
@*
|
||||
retire la voix du/des pseudo(s)@*
|
||||
@*
|
||||
@ -942,7 +998,7 @@ retire la voix du/des pseudo(s)@*
|
||||
@*
|
||||
arr@^eter le serveur@*
|
||||
@*
|
||||
@item halfop pseudo [pseudo]
|
||||
@item halfop [pseudo [pseudo]]
|
||||
@*
|
||||
donner le statut de demi-op@'erateur @`a un/des utilisateur(s)@*
|
||||
@*
|
||||
@ -1225,7 +1281,7 @@ retourne la version de l'utilisateur ou du serveur (courant ou sp@'ecifi@'e)@*
|
||||
serveur: nom du serveur@*
|
||||
pseudo: utilisateur@*
|
||||
@*
|
||||
@item voice pseudo [pseudo]
|
||||
@item voice [pseudo [pseudo]]
|
||||
@*
|
||||
donne la voix @`a/aux utilisateur(s)@*
|
||||
@*
|
||||
@ -1280,6 +1336,10 @@ effacer la ligne enti@`ere@*
|
||||
effacer le mot pr@'ec@'edent@*
|
||||
@item delete_next_word
|
||||
effacer le mot suivant@*
|
||||
@item clipboard_paste
|
||||
coller le contenu du presse-papier@*
|
||||
@item transpose_chars
|
||||
inverser les caract@`eres@*
|
||||
@item home
|
||||
aller au d@'ebut de la ligne@*
|
||||
@item end
|
||||
@ -1294,8 +1354,12 @@ se d@'eplacer d'un caract@`ere @`a droite@*
|
||||
se d@'eplacer au mot suivant@*
|
||||
@item up
|
||||
appeler la commande pr@'ec@'edente dans l'historique@*
|
||||
@item up_global
|
||||
appeler la commande pr@'ec@'edente dans l'historique global@*
|
||||
@item down
|
||||
appeler la commande suivante dans l'historique@*
|
||||
@item down_global
|
||||
appeler la commande suivante dans l'historique global@*
|
||||
@item page_up
|
||||
faire d@'efiler d'une page vers le haut@*
|
||||
@item page_down
|
||||
@ -1316,6 +1380,8 @@ rafraichir l'@'ecran@*
|
||||
sauter au tampon avec de l'activit@'e@*
|
||||
@item jump_dcc
|
||||
sauter au tampon DCC@*
|
||||
@item jump_last_buffer
|
||||
sauter au dernier tampon@*
|
||||
@item jump_server
|
||||
sauter au tampon du serveur@*
|
||||
@item jump_next_server
|
||||
|
@ -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.4 - 30 de Julho de 2005
|
||||
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.5-cvs - 5 de Setembro de 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -341,6 +341,12 @@ Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Color for middle char of prefix@*
|
||||
Type: color (Curses or Gtk color), default value: 'white'@*
|
||||
@item col_chat_join
|
||||
Color for join arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Color for part/quit arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Color for nicks in actions (chat window)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@ -368,9 +374,12 @@ Type: color (Curses or Gtk color), default value: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Color for window with new messages (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'yellow'@*
|
||||
@item col_status_private
|
||||
Color for window with private message (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Color for window with highlight (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Color for window with new data (not messages) (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'default'@*
|
||||
@ -515,6 +524,9 @@ Type: integer (values: between 0 and 2147483647), default value: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Create a FIFO pipe for remote control@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@item irc_highlight
|
||||
Comma separated list of words to highlight (case insensitive comparison)@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Automatically accept incoming dcc files@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@ -612,7 +624,7 @@ Type: string (any string), default value: ''@*
|
||||
Delay (in seconds) after command was executed (example: give some time for authentication)@*
|
||||
Type: integer (values: between 0 and 5), default value: 0@*
|
||||
@item server_autojoin
|
||||
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")@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item server_autorejoin
|
||||
Automatically rejoin channels when kicked@*
|
||||
@ -816,6 +828,19 @@ display help about commands@*
|
||||
@*
|
||||
command: name of a WeeChat or IRC command@*
|
||||
@*
|
||||
@item ignore [mask [[type | command] [channel [server]]]]
|
||||
@*
|
||||
ignore IRC messages and/or hosts@*
|
||||
@*
|
||||
mask: nick or host mask to ignore@*
|
||||
type: type of message to ignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for ignore@*
|
||||
server: name of server for ignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /ignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item key [key function/command] [unbind key] [functions] [reset -yes]
|
||||
@*
|
||||
bind/unbind keys@*
|
||||
@ -830,6 +855,7 @@ reset: restore bindings to the default values and delete ALL personal binding (u
|
||||
list/load/unload Perl scripts@*
|
||||
@*
|
||||
filename: Perl script (file) to load@*
|
||||
@*
|
||||
Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
@*
|
||||
@item python [load filename] | [autoload] | [reload] | [unload]
|
||||
@ -837,8 +863,17 @@ Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
list/load/unload Python scripts@*
|
||||
@*
|
||||
filename: Python script (file) to load@*
|
||||
@*
|
||||
Without argument, /python command lists all loaded Python scripts.@*
|
||||
@*
|
||||
@item ruby [load filename] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
list/load/unload Ruby scripts@*
|
||||
@*
|
||||
filename: Ruby script (file) to load@*
|
||||
@*
|
||||
Without argument, /ruby command lists all loaded Ruby scripts.@*
|
||||
@*
|
||||
@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]
|
||||
@*
|
||||
list, add or remove servers@*
|
||||
@ -874,6 +909,20 @@ remove an alias@*
|
||||
@*
|
||||
alias_name: name of alias to remove@*
|
||||
@*
|
||||
@item unignore [number | [mask [[type | command] [channel [server]]]]]
|
||||
@*
|
||||
unignore IRC messages and/or hosts@*
|
||||
@*
|
||||
number: # of ignore to unignore (number is displayed by list of ignore)@*
|
||||
mask: nick or host mask to unignore@*
|
||||
type: type of message to unignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for unignore@*
|
||||
server: name of server for unignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /unignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
manage windows@*
|
||||
@ -894,6 +943,12 @@ find information about the administrator of the server@*
|
||||
@*
|
||||
target: server@*
|
||||
@*
|
||||
@item amsg text
|
||||
@*
|
||||
send message to all channels of all connected servers@*
|
||||
@*
|
||||
text: text to send@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
toggle away status@*
|
||||
@ -908,12 +963,13 @@ bans nicks or hosts@*
|
||||
channel: channel for ban@*
|
||||
nickname: user or host to ban@*
|
||||
@*
|
||||
@item ctcp nickname type
|
||||
@item ctcp nickname type [arguments]
|
||||
@*
|
||||
send a ctcp message@*
|
||||
send a CTCP message (Client-To-Client Protocol)@*
|
||||
@*
|
||||
nickname: user to send ctcp to@*
|
||||
type: "action" or "version"@*
|
||||
nickname: user to send CTCP to@*
|
||||
type: CTCP type (examples: "version", "ping", ..)@*
|
||||
arguments: arguments for CTCP@*
|
||||
@*
|
||||
@item dcc action [nickname [file]]
|
||||
@*
|
||||
@ -923,15 +979,15 @@ action: 'send' (file) or 'chat' or 'close' (chat)@*
|
||||
nickname: nickname to send file or chat@*
|
||||
file: filename (on local host)@*
|
||||
@*
|
||||
@item dehalfop nickname [nickname]
|
||||
@item dehalfop [nickname [nickname]]
|
||||
@*
|
||||
removes half channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item deop nickname [nickname]
|
||||
@item deop [nickname [nickname]]
|
||||
@*
|
||||
removes channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item devoice nickname [nickname]
|
||||
@item devoice [nickname [nickname]]
|
||||
@*
|
||||
removes voice from nickname(s)@*
|
||||
@*
|
||||
@ -939,7 +995,7 @@ removes voice from nickname(s)@*
|
||||
@*
|
||||
shutdown the server@*
|
||||
@*
|
||||
@item halfop nickname [nickname]
|
||||
@item halfop [nickname [nickname]]
|
||||
@*
|
||||
gives half channel operator status to nickname(s)@*
|
||||
@*
|
||||
@ -1222,7 +1278,7 @@ gives the version info of nick or server (current or specified)@*
|
||||
server: server name@*
|
||||
nickname: nickname@*
|
||||
@*
|
||||
@item voice nickname [nickname]
|
||||
@item voice [nickname [nickname]]
|
||||
@*
|
||||
gives voice to nickname(s)@*
|
||||
@*
|
||||
@ -1277,6 +1333,10 @@ delete entire line@*
|
||||
delete previous word@*
|
||||
@item delete_next_word
|
||||
delete next word@*
|
||||
@item clipboard_paste
|
||||
paste current clipboard content@*
|
||||
@item transpose_chars
|
||||
transpose chars@*
|
||||
@item home
|
||||
go to beginning of line@*
|
||||
@item end
|
||||
@ -1291,8 +1351,12 @@ move one char right@*
|
||||
move to next word@*
|
||||
@item up
|
||||
call previous command in history@*
|
||||
@item up_global
|
||||
call previous command in global history@*
|
||||
@item down
|
||||
call next command in history@*
|
||||
@item down_global
|
||||
call next command in global history@*
|
||||
@item page_up
|
||||
scroll one page up@*
|
||||
@item page_down
|
||||
@ -1313,6 +1377,8 @@ refresh screen@*
|
||||
jump to buffer with activity@*
|
||||
@item jump_dcc
|
||||
jump to DCC buffer@*
|
||||
@item jump_last_buffer
|
||||
jump to last buffer@*
|
||||
@item jump_server
|
||||
jump to server buffer@*
|
||||
@item jump_next_server
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
@title WeeChat - User guide
|
||||
@subtitle Fast, light and extensible IRC client
|
||||
@subtitle Documentation for WeeChat v0.1.4 - July, 30 2005
|
||||
@subtitle Documentation for WeeChat v0.1.5-cvs - September, 5 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -343,6 +343,12 @@ Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Color for middle char of prefix@*
|
||||
Type: color (Curses or Gtk color), default value: 'white'@*
|
||||
@item col_chat_join
|
||||
Color for join arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Color for part/quit arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Color for nicks in actions (chat window)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@ -370,9 +376,12 @@ Type: color (Curses or Gtk color), default value: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Color for window with new messages (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'yellow'@*
|
||||
@item col_status_private
|
||||
Color for window with private message (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Color for window with highlight (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Color for window with new data (not messages) (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'default'@*
|
||||
@ -517,6 +526,9 @@ Type: integer (values: between 0 and 2147483647), default value: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Create a FIFO pipe for remote control@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@item irc_highlight
|
||||
Comma separated list of words to highlight (case insensitive comparison)@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Automatically accept incoming dcc files@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@ -614,7 +626,7 @@ Type: string (any string), default value: ''@*
|
||||
Delay (in seconds) after command was executed (example: give some time for authentication)@*
|
||||
Type: integer (values: between 0 and 5), default value: 0@*
|
||||
@item server_autojoin
|
||||
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")@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item server_autorejoin
|
||||
Automatically rejoin channels when kicked@*
|
||||
@ -818,6 +830,19 @@ display help about commands@*
|
||||
@*
|
||||
command: name of a WeeChat or IRC command@*
|
||||
@*
|
||||
@item ignore [mask [[type | command] [channel [server]]]]
|
||||
@*
|
||||
ignore IRC messages and/or hosts@*
|
||||
@*
|
||||
mask: nick or host mask to ignore@*
|
||||
type: type of message to ignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for ignore@*
|
||||
server: name of server for ignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /ignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item key [key function/command] [unbind key] [functions] [reset -yes]
|
||||
@*
|
||||
bind/unbind keys@*
|
||||
@ -832,6 +857,7 @@ reset: restore bindings to the default values and delete ALL personal binding (u
|
||||
list/load/unload Perl scripts@*
|
||||
@*
|
||||
filename: Perl script (file) to load@*
|
||||
@*
|
||||
Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
@*
|
||||
@item python [load filename] | [autoload] | [reload] | [unload]
|
||||
@ -839,8 +865,17 @@ Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
list/load/unload Python scripts@*
|
||||
@*
|
||||
filename: Python script (file) to load@*
|
||||
@*
|
||||
Without argument, /python command lists all loaded Python scripts.@*
|
||||
@*
|
||||
@item ruby [load filename] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
list/load/unload Ruby scripts@*
|
||||
@*
|
||||
filename: Ruby script (file) to load@*
|
||||
@*
|
||||
Without argument, /ruby command lists all loaded Ruby scripts.@*
|
||||
@*
|
||||
@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]
|
||||
@*
|
||||
list, add or remove servers@*
|
||||
@ -876,6 +911,20 @@ remove an alias@*
|
||||
@*
|
||||
alias_name: name of alias to remove@*
|
||||
@*
|
||||
@item unignore [number | [mask [[type | command] [channel [server]]]]]
|
||||
@*
|
||||
unignore IRC messages and/or hosts@*
|
||||
@*
|
||||
number: # of ignore to unignore (number is displayed by list of ignore)@*
|
||||
mask: nick or host mask to unignore@*
|
||||
type: type of message to unignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for unignore@*
|
||||
server: name of server for unignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /unignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
manage windows@*
|
||||
@ -896,6 +945,12 @@ find information about the administrator of the server@*
|
||||
@*
|
||||
target: server@*
|
||||
@*
|
||||
@item amsg text
|
||||
@*
|
||||
send message to all channels of all connected servers@*
|
||||
@*
|
||||
text: text to send@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
toggle away status@*
|
||||
@ -910,12 +965,13 @@ bans nicks or hosts@*
|
||||
channel: channel for ban@*
|
||||
nickname: user or host to ban@*
|
||||
@*
|
||||
@item ctcp nickname type
|
||||
@item ctcp nickname type [arguments]
|
||||
@*
|
||||
send a ctcp message@*
|
||||
send a CTCP message (Client-To-Client Protocol)@*
|
||||
@*
|
||||
nickname: user to send ctcp to@*
|
||||
type: "action" or "version"@*
|
||||
nickname: user to send CTCP to@*
|
||||
type: CTCP type (examples: "version", "ping", ..)@*
|
||||
arguments: arguments for CTCP@*
|
||||
@*
|
||||
@item dcc action [nickname [file]]
|
||||
@*
|
||||
@ -925,15 +981,15 @@ action: 'send' (file) or 'chat' or 'close' (chat)@*
|
||||
nickname: nickname to send file or chat@*
|
||||
file: filename (on local host)@*
|
||||
@*
|
||||
@item dehalfop nickname [nickname]
|
||||
@item dehalfop [nickname [nickname]]
|
||||
@*
|
||||
removes half channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item deop nickname [nickname]
|
||||
@item deop [nickname [nickname]]
|
||||
@*
|
||||
removes channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item devoice nickname [nickname]
|
||||
@item devoice [nickname [nickname]]
|
||||
@*
|
||||
removes voice from nickname(s)@*
|
||||
@*
|
||||
@ -941,7 +997,7 @@ removes voice from nickname(s)@*
|
||||
@*
|
||||
shutdown the server@*
|
||||
@*
|
||||
@item halfop nickname [nickname]
|
||||
@item halfop [nickname [nickname]]
|
||||
@*
|
||||
gives half channel operator status to nickname(s)@*
|
||||
@*
|
||||
@ -1224,7 +1280,7 @@ gives the version info of nick or server (current or specified)@*
|
||||
server: server name@*
|
||||
nickname: nickname@*
|
||||
@*
|
||||
@item voice nickname [nickname]
|
||||
@item voice [nickname [nickname]]
|
||||
@*
|
||||
gives voice to nickname(s)@*
|
||||
@*
|
||||
@ -1279,6 +1335,10 @@ delete entire line@*
|
||||
delete previous word@*
|
||||
@item delete_next_word
|
||||
delete next word@*
|
||||
@item clipboard_paste
|
||||
paste current clipboard content@*
|
||||
@item transpose_chars
|
||||
transpose chars@*
|
||||
@item home
|
||||
go to beginning of line@*
|
||||
@item end
|
||||
@ -1293,8 +1353,12 @@ move one char right@*
|
||||
move to next word@*
|
||||
@item up
|
||||
call previous command in history@*
|
||||
@item up_global
|
||||
call previous command in global history@*
|
||||
@item down
|
||||
call next command in history@*
|
||||
@item down_global
|
||||
call next command in global history@*
|
||||
@item page_up
|
||||
scroll one page up@*
|
||||
@item page_down
|
||||
@ -1315,6 +1379,8 @@ refresh screen@*
|
||||
jump to buffer with activity@*
|
||||
@item jump_dcc
|
||||
jump to DCC buffer@*
|
||||
@item jump_last_buffer
|
||||
jump to last buffer@*
|
||||
@item jump_server
|
||||
jump to server buffer@*
|
||||
@item jump_next_server
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
||||
|
||||
@title WeeChat - Guide utilisateur
|
||||
@subtitle Client IRC rapide, l@'eger et extensible
|
||||
@subtitle Documentation pour WeeChat v0.1.4 - 30 Juillet 2005
|
||||
@subtitle Documentation pour WeeChat v0.1.5-cvs - 5 Septembre 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -344,6 +344,12 @@ Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Couleur pour le caract@`ere du milieu du pr@'efixe@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'white'@*
|
||||
@item col_chat_join
|
||||
Couleur pour la fl@`eche du join (pr@'efixe)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Couleur pour la fl@`eche du part/quit (pr@'efixe)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Couleur pour les noms d'utilisateurs dans les actions (fen@^etre de discussion)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightcyan'@*
|
||||
@ -371,9 +377,12 @@ Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Couleur pour une fen@^etre avec de nouvelles infos (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'yellow'@*
|
||||
@item col_status_private
|
||||
Couleur pour une fen@^etre avec un message priv@'e (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Couleur pour une fen@^etre avec un highlight (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightmagenta'@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Couleur pour une fen@^etre avec des nouvelles donn@'ees (pas des infos) (barre de statut)@*
|
||||
Type: couleur (couleur Curses ou Gtk), valeur par d@'efaut: 'default'@*
|
||||
@ -518,6 +527,9 @@ Type: entier (valeurs: entre 0 et 2147483647), valeur par d@'efaut: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Cr@'eer un tube FIFO pour le contr@^ole @`a distance@*
|
||||
Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'off'@*
|
||||
@item irc_highlight
|
||||
Liste des mots pour la notification (s@'epar@'es par des virgules, le comparaison ne tient pas compte de la casse)@*
|
||||
Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Accepte automatiquement les fichiers dcc entrants@*
|
||||
Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'off'@*
|
||||
@ -615,7 +627,7 @@ Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
D@'elai (en secondes) apr@`es ex@'ecution de la commande (exemple: donner du temps pour l'authentification)@*
|
||||
Type: entier (valeurs: entre 0 et 5), valeur par d@'efaut: 0@*
|
||||
@item server_autojoin
|
||||
Liste des canaux (s@'epar@'es par des virgules) @`a rejoindre lorsque connect@'e au serveur@*
|
||||
Liste des canaux (s@'epar@'es par des virgules) @`a rejoindre lorsque connect@'e au serveur (exemple: "#chan1,#chan2,#chan3 #key1,#key2")@*
|
||||
Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ''@*
|
||||
@item server_autorejoin
|
||||
Rejoindre automatiquement les canaux quand mis dehors@*
|
||||
@ -819,6 +831,19 @@ afficher l'aide sur les commandes@*
|
||||
@*
|
||||
commande: nom d'une commande WeeChat ou IRC@*
|
||||
@*
|
||||
@item ignore [masque [[type | commande] [canal [serveur]]]]
|
||||
@*
|
||||
ignorer des messages IRC et/ou des masques@*
|
||||
@*
|
||||
masque: pseudo ou masque @`a ignorer@*
|
||||
type: type de message @`a ignorer (action, ctcp, dcc, pv)@*
|
||||
commande: commande IRC@*
|
||||
canal: nom du canal pour le ignore@*
|
||||
serveur: nom du serveur pour le ignore@*
|
||||
@*
|
||||
Pour chaque param@`etre, '*' signifie tou(te)s.@*
|
||||
Sans param@`etre, la commande /ignore liste les ignore d@'efinis.@*
|
||||
@*
|
||||
@item key [touche fonction/commande] [unbind touche] [functions] [reset -yes]
|
||||
@*
|
||||
associer/lib@'erer des touches@*
|
||||
@ -833,6 +858,7 @@ reset: restaur les touches aux valeurs par d@'efaut et supprime TOUTES les touch
|
||||
liste/charge/d@'echarge des scripts Perl@*
|
||||
@*
|
||||
fichier: script Perl (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /perl liste tous les scripts Perl charg@'es.@*
|
||||
@*
|
||||
@item python [load fichier] | [autoload] | [reload] | [unload]
|
||||
@ -840,8 +866,17 @@ Sans param@`etre, la commande /perl liste tous les scripts Perl charg@'es.@*
|
||||
liste/charge/d@'echarge des scripts Python@*
|
||||
@*
|
||||
fichier: script Python (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /python liste tous les scripts Python charg@'es.@*
|
||||
@*
|
||||
@item ruby [load fichier] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
liste/charge/d@'echarge des scripts Ruby@*
|
||||
@*
|
||||
fichier: script Ruby (fichier) @`a charger@*
|
||||
@*
|
||||
Sans param@`etre, la commande /ruby liste tous les scripts Ruby charg@'es.@*
|
||||
@*
|
||||
@item server [nom_serveur] | [nom_serveur nom/IP port [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 [pseudo2 [pseudo3]]] [-username nom_utilisateur] [-realname nom_r@'eel] [-command commande] [-autojoin canal[,canal]] ] | [del nom_serveur]
|
||||
@*
|
||||
liste, ajoute ou retire des serveurs@*
|
||||
@ -877,6 +912,20 @@ supprimer un alias@*
|
||||
@*
|
||||
nom_alias: nom de l'alias @`a supprimer@*
|
||||
@*
|
||||
@item unignore [nombre | [masque [[type | commande] [canal [serveur]]]]]
|
||||
@*
|
||||
supprimer le ignore des messages IRC et/ou des masques@*
|
||||
@*
|
||||
nombre: num@'ero de ignore @`a supprimer (le nombre est affich@'e sur la liste des ignore)@*
|
||||
masque: pseudo ou masque @`a ignorer@*
|
||||
type: type de message @`a ignorer (action, ctcp, dcc, pv)@*
|
||||
commande: commande IRC@*
|
||||
canal: nom du canal pour le ignore@*
|
||||
serveur: nom du serveur pour le ignore@*
|
||||
@*
|
||||
Pour chaque param@`etre, '*' signifie tou(te)s.@*
|
||||
Sans param@`etre, /ignore liste les ignore d@'efinis.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
gestion des fen@^etres@*
|
||||
@ -897,6 +946,12 @@ trouver les informations sur l'administrateur du serveur@*
|
||||
@*
|
||||
cible: serveur@*
|
||||
@*
|
||||
@item amsg texte
|
||||
@*
|
||||
envoyer un message @`a tous les canaux de tous les serveurs connect@'es@*
|
||||
@*
|
||||
texte: texte @`a envoyer@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
basculer le statut absent@*
|
||||
@ -911,12 +966,13 @@ bannit des pseudos ou masques@*
|
||||
canal: nom du canal pour le bannissement@*
|
||||
pseudo: pseudo ou masque pour le bannissement@*
|
||||
@*
|
||||
@item ctcp pseudo type
|
||||
@item ctcp pseudo type [arguments]
|
||||
@*
|
||||
envoyer un message ctcp@*
|
||||
envoyer un message CTCP (Client-To-Client Protocol)@*
|
||||
@*
|
||||
pseudo: utilisateur pour envoyer le ctcp@*
|
||||
type: "action" ou "version"@*
|
||||
pseudo: utilisateur @`a qui envoyer le CTCP@*
|
||||
type: type de CTCP (exemples: "version", "ping", etc...)@*
|
||||
arguments: arguments pour le CTCP@*
|
||||
@*
|
||||
@item dcc action [pseudo [fichier]]
|
||||
@*
|
||||
@ -926,15 +982,15 @@ action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture d
|
||||
pseudo: pseudo pour envoyer le fichier ou discuter@*
|
||||
fichier: nom du fichier (sur la machine locale)@*
|
||||
@*
|
||||
@item dehalfop pseudo [pseudo]
|
||||
@item dehalfop [pseudo [pseudo]]
|
||||
@*
|
||||
retire le statut de demi-op@'erateur du canal @`a/aux nick(s)@*
|
||||
@*
|
||||
@item deop pseudo [pseudo]
|
||||
@item deop [pseudo [pseudo]]
|
||||
@*
|
||||
retire le statut d'op@'erateur du canal @`a/aux nick(s)@*
|
||||
@*
|
||||
@item devoice pseudo [pseudo]
|
||||
@item devoice [pseudo [pseudo]]
|
||||
@*
|
||||
retire la voix du/des pseudo(s)@*
|
||||
@*
|
||||
@ -942,7 +998,7 @@ retire la voix du/des pseudo(s)@*
|
||||
@*
|
||||
arr@^eter le serveur@*
|
||||
@*
|
||||
@item halfop pseudo [pseudo]
|
||||
@item halfop [pseudo [pseudo]]
|
||||
@*
|
||||
donner le statut de demi-op@'erateur @`a un/des utilisateur(s)@*
|
||||
@*
|
||||
@ -1225,7 +1281,7 @@ retourne la version de l'utilisateur ou du serveur (courant ou sp@'ecifi@'e)@*
|
||||
serveur: nom du serveur@*
|
||||
pseudo: utilisateur@*
|
||||
@*
|
||||
@item voice pseudo [pseudo]
|
||||
@item voice [pseudo [pseudo]]
|
||||
@*
|
||||
donne la voix @`a/aux utilisateur(s)@*
|
||||
@*
|
||||
@ -1280,6 +1336,10 @@ effacer la ligne enti@`ere@*
|
||||
effacer le mot pr@'ec@'edent@*
|
||||
@item delete_next_word
|
||||
effacer le mot suivant@*
|
||||
@item clipboard_paste
|
||||
coller le contenu du presse-papier@*
|
||||
@item transpose_chars
|
||||
inverser les caract@`eres@*
|
||||
@item home
|
||||
aller au d@'ebut de la ligne@*
|
||||
@item end
|
||||
@ -1294,8 +1354,12 @@ se d@'eplacer d'un caract@`ere @`a droite@*
|
||||
se d@'eplacer au mot suivant@*
|
||||
@item up
|
||||
appeler la commande pr@'ec@'edente dans l'historique@*
|
||||
@item up_global
|
||||
appeler la commande pr@'ec@'edente dans l'historique global@*
|
||||
@item down
|
||||
appeler la commande suivante dans l'historique@*
|
||||
@item down_global
|
||||
appeler la commande suivante dans l'historique global@*
|
||||
@item page_up
|
||||
faire d@'efiler d'une page vers le haut@*
|
||||
@item page_down
|
||||
@ -1316,6 +1380,8 @@ rafraichir l'@'ecran@*
|
||||
sauter au tampon avec de l'activit@'e@*
|
||||
@item jump_dcc
|
||||
sauter au tampon DCC@*
|
||||
@item jump_last_buffer
|
||||
sauter au dernier tampon@*
|
||||
@item jump_server
|
||||
sauter au tampon du serveur@*
|
||||
@item jump_next_server
|
||||
|
@ -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.4 - 30 de Julho de 2005
|
||||
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.5-cvs - 5 de Setembro de 2005
|
||||
|
||||
@author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
|
||||
|
||||
@ -341,6 +341,12 @@ Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@item col_chat_prefix2
|
||||
Color for middle char of prefix@*
|
||||
Type: color (Curses or Gtk color), default value: 'white'@*
|
||||
@item col_chat_join
|
||||
Color for join arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightgreen'@*
|
||||
@item col_chat_part
|
||||
Color for part/quit arrow (prefix)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_chat_nick
|
||||
Color for nicks in actions (chat window)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightcyan'@*
|
||||
@ -368,9 +374,12 @@ Type: color (Curses or Gtk color), default value: 'cyan'@*
|
||||
@item col_status_data_msg
|
||||
Color for window with new messages (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'yellow'@*
|
||||
@item col_status_private
|
||||
Color for window with private message (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
@item col_status_highlight
|
||||
Color for window with highlight (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightmagenta'@*
|
||||
Type: color (Curses or Gtk color), default value: 'lightred'@*
|
||||
@item col_status_data_other
|
||||
Color for window with new data (not messages) (status bar)@*
|
||||
Type: color (Curses or Gtk color), default value: 'default'@*
|
||||
@ -515,6 +524,9 @@ Type: integer (values: between 0 and 2147483647), default value: 5@*
|
||||
@item irc_fifo_pipe
|
||||
Create a FIFO pipe for remote control@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@item irc_highlight
|
||||
Comma separated list of words to highlight (case insensitive comparison)@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item dcc_auto_accept_files
|
||||
Automatically accept incoming dcc files@*
|
||||
Type: boolean (values: 'on' or 'off'), default value: 'off'@*
|
||||
@ -612,7 +624,7 @@ Type: string (any string), default value: ''@*
|
||||
Delay (in seconds) after command was executed (example: give some time for authentication)@*
|
||||
Type: integer (values: between 0 and 5), default value: 0@*
|
||||
@item server_autojoin
|
||||
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")@*
|
||||
Type: string (any string), default value: ''@*
|
||||
@item server_autorejoin
|
||||
Automatically rejoin channels when kicked@*
|
||||
@ -816,6 +828,19 @@ display help about commands@*
|
||||
@*
|
||||
command: name of a WeeChat or IRC command@*
|
||||
@*
|
||||
@item ignore [mask [[type | command] [channel [server]]]]
|
||||
@*
|
||||
ignore IRC messages and/or hosts@*
|
||||
@*
|
||||
mask: nick or host mask to ignore@*
|
||||
type: type of message to ignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for ignore@*
|
||||
server: name of server for ignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /ignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item key [key function/command] [unbind key] [functions] [reset -yes]
|
||||
@*
|
||||
bind/unbind keys@*
|
||||
@ -830,6 +855,7 @@ reset: restore bindings to the default values and delete ALL personal binding (u
|
||||
list/load/unload Perl scripts@*
|
||||
@*
|
||||
filename: Perl script (file) to load@*
|
||||
@*
|
||||
Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
@*
|
||||
@item python [load filename] | [autoload] | [reload] | [unload]
|
||||
@ -837,8 +863,17 @@ Without argument, /perl command lists all loaded Perl scripts.@*
|
||||
list/load/unload Python scripts@*
|
||||
@*
|
||||
filename: Python script (file) to load@*
|
||||
@*
|
||||
Without argument, /python command lists all loaded Python scripts.@*
|
||||
@*
|
||||
@item ruby [load filename] | [autoload] | [reload] | [unload]
|
||||
@*
|
||||
list/load/unload Ruby scripts@*
|
||||
@*
|
||||
filename: Ruby script (file) to load@*
|
||||
@*
|
||||
Without argument, /ruby command lists all loaded Ruby scripts.@*
|
||||
@*
|
||||
@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]
|
||||
@*
|
||||
list, add or remove servers@*
|
||||
@ -874,6 +909,20 @@ remove an alias@*
|
||||
@*
|
||||
alias_name: name of alias to remove@*
|
||||
@*
|
||||
@item unignore [number | [mask [[type | command] [channel [server]]]]]
|
||||
@*
|
||||
unignore IRC messages and/or hosts@*
|
||||
@*
|
||||
number: # of ignore to unignore (number is displayed by list of ignore)@*
|
||||
mask: nick or host mask to unignore@*
|
||||
type: type of message to unignore (action, ctcp, dcc, pv)@*
|
||||
command: IRC command@*
|
||||
channel: name of channel for unignore@*
|
||||
server: name of server for unignore@*
|
||||
@*
|
||||
For each argument, '*' means all.@*
|
||||
Without argument, /unignore command lists all defined ignore.@*
|
||||
@*
|
||||
@item window [list | splith | splitv | [merge [down | up | left | right | all]]]
|
||||
@*
|
||||
manage windows@*
|
||||
@ -894,6 +943,12 @@ find information about the administrator of the server@*
|
||||
@*
|
||||
target: server@*
|
||||
@*
|
||||
@item amsg text
|
||||
@*
|
||||
send message to all channels of all connected servers@*
|
||||
@*
|
||||
text: text to send@*
|
||||
@*
|
||||
@item away [-all] [message]
|
||||
@*
|
||||
toggle away status@*
|
||||
@ -908,12 +963,13 @@ bans nicks or hosts@*
|
||||
channel: channel for ban@*
|
||||
nickname: user or host to ban@*
|
||||
@*
|
||||
@item ctcp nickname type
|
||||
@item ctcp nickname type [arguments]
|
||||
@*
|
||||
send a ctcp message@*
|
||||
send a CTCP message (Client-To-Client Protocol)@*
|
||||
@*
|
||||
nickname: user to send ctcp to@*
|
||||
type: "action" or "version"@*
|
||||
nickname: user to send CTCP to@*
|
||||
type: CTCP type (examples: "version", "ping", ..)@*
|
||||
arguments: arguments for CTCP@*
|
||||
@*
|
||||
@item dcc action [nickname [file]]
|
||||
@*
|
||||
@ -923,15 +979,15 @@ action: 'send' (file) or 'chat' or 'close' (chat)@*
|
||||
nickname: nickname to send file or chat@*
|
||||
file: filename (on local host)@*
|
||||
@*
|
||||
@item dehalfop nickname [nickname]
|
||||
@item dehalfop [nickname [nickname]]
|
||||
@*
|
||||
removes half channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item deop nickname [nickname]
|
||||
@item deop [nickname [nickname]]
|
||||
@*
|
||||
removes channel operator status from nickname(s)@*
|
||||
@*
|
||||
@item devoice nickname [nickname]
|
||||
@item devoice [nickname [nickname]]
|
||||
@*
|
||||
removes voice from nickname(s)@*
|
||||
@*
|
||||
@ -939,7 +995,7 @@ removes voice from nickname(s)@*
|
||||
@*
|
||||
shutdown the server@*
|
||||
@*
|
||||
@item halfop nickname [nickname]
|
||||
@item halfop [nickname [nickname]]
|
||||
@*
|
||||
gives half channel operator status to nickname(s)@*
|
||||
@*
|
||||
@ -1222,7 +1278,7 @@ gives the version info of nick or server (current or specified)@*
|
||||
server: server name@*
|
||||
nickname: nickname@*
|
||||
@*
|
||||
@item voice nickname [nickname]
|
||||
@item voice [nickname [nickname]]
|
||||
@*
|
||||
gives voice to nickname(s)@*
|
||||
@*
|
||||
@ -1277,6 +1333,10 @@ delete entire line@*
|
||||
delete previous word@*
|
||||
@item delete_next_word
|
||||
delete next word@*
|
||||
@item clipboard_paste
|
||||
paste current clipboard content@*
|
||||
@item transpose_chars
|
||||
transpose chars@*
|
||||
@item home
|
||||
go to beginning of line@*
|
||||
@item end
|
||||
@ -1291,8 +1351,12 @@ move one char right@*
|
||||
move to next word@*
|
||||
@item up
|
||||
call previous command in history@*
|
||||
@item up_global
|
||||
call previous command in global history@*
|
||||
@item down
|
||||
call next command in history@*
|
||||
@item down_global
|
||||
call next command in global history@*
|
||||
@item page_up
|
||||
scroll one page up@*
|
||||
@item page_down
|
||||
@ -1313,6 +1377,8 @@ refresh screen@*
|
||||
jump to buffer with activity@*
|
||||
@item jump_dcc
|
||||
jump to DCC buffer@*
|
||||
@item jump_last_buffer
|
||||
jump to last buffer@*
|
||||
@item jump_server
|
||||
jump to server buffer@*
|
||||
@item jump_next_server
|
||||
|
Loading…
x
Reference in New Issue
Block a user