commit 5291afc676f6d45f227cc6743d4c9e91ebd73d33 parent 08361103b0250cd2877d4edb59acf90bd654b138 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 7 Sep 2012 17:45:35 +0200 spellcheck Diffstat:
README | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README @@ -109,7 +109,7 @@ closing stdin (otherwise irctk will terminate). Here is how: $ tail -f /dev/null | irctk logger@example.com '#chan' >file & -Another example: play a sound whenever your nick is mentionned (but not when you +Another example: play a sound whenever your nick is mentioned (but not when you speak): $ irctk example.com '#chan' | @@ -143,7 +143,7 @@ reverse): We will now look at interactive examples where you interface irctk's stdout to some script or program which will do something intelligent and give something to -say to irctk in return. To do so, we will need a named fifo: +say to irctk in return. To do so, we will need a named FIFO: $ mkfifo fifo