irssi
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| irssi [2017/10/10 08:55] – simon | irssi [2026/08/23 00:41] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== La commande " | ||
| - | La page de [[man de irssi]]. | ||
| - | |||
| - | Premier lancement d' | ||
| - | <code bash>$ irssi | ||
| - | Irssi v0.8.21 - http:// | ||
| - | 13:39 -!- ___ _ | ||
| - | 13:39 -!- |_ _|_ _ _____(_) | ||
| - | 13:39 -!- | || ' | ||
| - | 13:39 -!- |___|_| /__/__/_| | ||
| - | 13:39 -!- Irssi v0.8.21 - http:// | ||
| - | 13:39 -!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
| - | 13:39 -!- Hi there! If this is your first time using Irssi, you | ||
| - | 13:39 -!- might want to go to our website and read the startup | ||
| - | 13:39 -!- documentation to get you going. | ||
| - | 13:39 -!- | ||
| - | 13:39 -!- Our community and staff are available to assist you or | ||
| - | 13:39 -!- to answer any questions you may have. | ||
| - | 13:39 -!- | ||
| - | 13:39 -!- Use the /HELP command to get detailed information about | ||
| - | 13:39 -!- the available commands. | ||
| - | 13:39 -!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
| - | </ | ||
| - | |||
| - | ===== Connexion sur un chan ===== | ||
| - | Il faut tout d' | ||
| - | <code bash> | ||
| - | /connect irc.freenode.org | ||
| - | </ | ||
| - | |||
| - | Choisir un " | ||
| - | <code bash> | ||
| - | /nick Artanux | ||
| - | </ | ||
| - | |||
| - | Joindre le " | ||
| - | <code bash> | ||
| - | /join #dokuwiki | ||
| - | </ | ||
| - | |||
| - | |||
| - | ===== Configuration d'un serveur ===== | ||
| - | On peut faire la configuration directement depuis irssi. Ici, un exemple pour se connecter au gateway IRC de Slack : | ||
| - | < | ||
| - | /network add -nick < | ||
| - | 13:53 -!- Irssi: Network slack saved | ||
| - | /server add -auto -ssl -network slack < | ||
| - | 14:05 -!- Irssi: Server < | ||
| - | /save | ||
| - | 14:05 -!- Irssi: Saved configuration to file / | ||
| - | </ | ||
| - | |||
| - | On quitte : | ||
| - | < | ||
| - | /quit | ||
| - | </ | ||
| - | |||
| - | Et on relance irssi : | ||
| - | <code bash> | ||
| - | $ irssi | ||
| - | </ | ||
| - | |||
| - | ===== Quelques essais d' | ||
| - | Une fois qu'on a configuré le serveur comme vu précédemment, | ||
| - | < | ||
| - | 14:18 -!- Irssi: Looking up < | ||
| - | 14:18 -!- Irssi: Connecting to < | ||
| - | 14:20 -!- Irssi: Connection to < | ||
| - | 14:20 slackbot [] requested CTCP VERSION from simon: | ||
| - | 14:20 -!- IRC-SLACK gateway | ||
| - | 14:20 -!- Welcome to Slack IRC Gateway server simon!~simon@10.0.161.63 | ||
| - | 14:20 -!- MAP SILENCE=15 WHOX WALLCHOPS WALLVOICES USERIP CPRIVMSG CNOTICE MODES=6 MAXCHANNELS=100 SAFELIST are supported by this server | ||
| - | 14:20 -!- NICKLEN=32 TOPICLEN=160 AWAYLEN=160 CHANTYPES=# PREFIX=(ov)@+ CHANMODES=b, | ||
| - | server | ||
| - | 14:20 -!- there are 17 users | ||
| - | 14:20 -!- Message of the day | ||
| - | 14:20 -!- WELCOME TO SLACK... | ||
| - | 14:20 -!- Hi! In addition to the normal Slack channels, | ||
| - | 14:20 -!- you can join the following channels: | ||
| - | 14:20 -!- # | ||
| - | 14:20 -!- Group messaging with: @micmac @simon @nico @magali | ||
| - | 14:20 -!- (...) | ||
| - | 14:20 -!- You may disable this notice by appending ' | ||
| - | 14:20 -!- End of MOTD command | ||
| - | 14:20 -!- Mode change [] for user simon:+i | ||
| - | </ | ||
| - | |||
| - | Une fois connecté, on peut voir les " | ||
| - | < | ||
| - | / | ||
| - | 14:22 You are on the following channels: | ||
| - | | ||
| - | | ||
| - | | ||
| - | | ||
| - | </ | ||
| - | |||
| - | On peut faire la liste des " | ||
| - | < | ||
| - | / | ||
| - | 14:28 Ref Name | ||
| - | 14:28 1 (status) | ||
| - | 14:28 2 # | ||
| - | 14:28 8 # | ||
| - | 14:28 11 # | ||
| - | 14:28 12 (...) | ||
| - | </ | ||
| - | |||
| - | On peut passer de l'un à l' | ||
| - | < | ||
| - | Fonction Combinaison de touches Commande équivalent | ||
| - | ================================================================================================= | ||
| - | Fenêtre suivante [CTRL] + [N] /window next | ||
| - | Fenêtre précédente [CTRL] + [P] /window previous | ||
| - | Aller directement à la fenêtre n [ALT] + [n] (n = num. fenetre) /window n | ||
| - | Naviguer par la droite ou la gauche [flèche droite] - | ||
| - | Liste des fenêtres actives - / | ||
| - | </ | ||
| - | ===== Sources ===== | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
irssi.1507625730.txt.gz · Dernière modification : (modification externe)
