, , , ,
irssi

irssi est un client IRC en mode console. C'est à dire qu'il vous permet d'accéder aux différents channels sur les serveurs IRC.

Petit rappel

Touches Déscription
Ctrl+N va à la fenêtre suivante
Ctrl+P va à la fenêtre précédente
Alt+2 va à la fenêtre n°2

Mais aussi…

Touches Déscription
/list affiche la liste des channels de l'ircnet sélectionné
/who #debian affiche la liste des gens présents sur #debian
/hilight mot met en couleur le nick de la personne qui prononce le mot
/dcc list liste les fichiers disponibles par dcc
/dcc get nick pour récupérer un fichier envoyé par dcc
/dcc send nick nom_du_fichier pour envoyer un fichier par dcc
/help pour avoir la liste des commandes
/help nom_de_la_commande pour avoir de l'aide sur une commande particulière
/quit pour quitter irssi

Commandes de base

Voici quelques commandes à connaître :

Envoyer un message sur le channel

  /me blablalba

Changer de nick

  /nick mon_nouveau_pseudo

Entammer une conversation privée dans une nouvelle fenêtre

  /query pseudo blablabla

Mettre fin à la conversation privée et ferme la fenêtre

  /query

Quitter le channel et ferme la fenêtre

  /leave

Commande Window

Voici ci-dessous quelques petites commandes qui vous faciliteront la vie. J'ai trouvé ces infos sur f0rked.com où il est question des commandes pour diviser la fenêtre principale en deux ou trois, afin de visualiser plusieurs channels différents en même temps.

Create a new container and put window # in it. See rule #2.

  /window show #

Remove the container containing window # and hide window #. See rule #2.

  /window hide #

Move the current window in the current container to the container above. See rules #5 and #6.

  /window move up

Move the current window in the current container to the container below. See rules #5 and #6.

  /window move down

Create a new window. If split is specified, the new window will be created in a new container, and will be stuck to the new container if autostick_split_windows is ON. The new window is itemless.

  /window new [split]

Make all containers the same height.

  /window balance

Increase the height of the current container by <lines>. If <lines> is not specified, it is assumed to be 1.

  /window grow [<lines>]

Decrease the height of the current container by <lines>. If <lines> is not specified, it is assumed to be 1.

  /window shrink [<lines>]

Set height of current container to <lines>.

  /window size <lines>

If # is not specified, it is assumed to be the active window. If ON/OFF is not specified, ON is assumed. This command either sticks or unsticks a window. If /window stick # on is used, window # will be stuck to the current container. If # was already stuck to another container, it will be restuck to the current container. It does not have to be unstuck from the other container first.

  /window stick [<#>] [ON|OFF]

Sources

http://www.netrusk.net/aide.php?action=irssi
http://f0rked.com/articles/irssisplit