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 +~~~ +