From d05c364d72cf78cf052151814bd6ae4187eb5439 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Wed, 10 Jan 2018 14:54:58 -0500 Subject: [PATCH] explication sur joindre un chan --- Howtoii.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Howtoii.md b/Howtoii.md index 199b9c71..c85f3da5 100644 --- a/Howtoii.md +++ b/Howtoii.md @@ -15,6 +15,12 @@ $ ii -i ~/.irc/ -s localhost -n evouser ~~~ Une fois lancé, le programme ne rend pas la main, donc on pourra préférer le mettre en tâche de fond. +Pour rejoindre un chan irc, il suffit d'indiquer la commande dans le fichier fifo `in` : + +~~~ +$ echo "/j #channel" > ~/.irc/localhost/in +~~~ + Exemple d'utilisation : @@ -95,4 +101,5 @@ Puis envoyer un message sur ce même channel : ~~~ :m #test evoadmin: Salut \0/ #test : 03/16/17 12:08 evoadmin: Salut \0/ -~~~ \ No newline at end of file +~~~ +