tazirc rev 2

Edit README
author Paul Issott <paul@slitaz.org>
date Tue Jan 14 19:02:33 2014 +0000 (2014-01-14)
parents a5901140c630
children 3b881ac93484
files README
line diff
     1.1 --- a/README	Tue Jan 14 17:47:14 2014 +0100
     1.2 +++ b/README	Tue Jan 14 19:02:33 2014 +0000
     1.3 @@ -2,11 +2,11 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -TazIRC provide a small command line IRC client and a IRC Log Bot. Both are 
     1.8 -entirely written in SHell script and using Busybox nc and libtaz functions.
     1.9 -TazIRC can connect to all standardized IRC daemon, handle cmdline options and
    1.10 -dont have any configuration file. Run tazirc/tazirc-lb without arguments to 
    1.11 -get a short usage and list of options. Read below for some usage examples.
    1.12 +TazIRC provides a small command line IRC client and a IRC Log Bot. Both are 
    1.13 +entirely written in SHell script and use Busybox nc and libtaz functions.
    1.14 +TazIRC can connect to all standardized IRC daemons, handle cmdline options and
    1.15 +doesn't have a configuration file. Run tazirc/tazirc-lb without arguments to 
    1.16 +get a short usage and list of options. See below for some usage examples.
    1.17  
    1.18  
    1.19  Installation
    1.20 @@ -17,14 +17,14 @@
    1.21  
    1.22  TazIRC Usage
    1.23  ------------
    1.24 -You can simply connect to a server then join a channel or directly join a channel
    1.25 +You can simply connect to a server, then join a channel or directly join a channel
    1.26  using the --chan= option on cmdline. Run tazirc without arguments to get a short
    1.27  usage and list of options. Let's connect to SliTaz IRC channel on freenode as the
    1.28 -so famous user tux:
    1.29 +duly famous user tux:
    1.30  
    1.31  $ tazirc irc.freenode.net tux --chan=slitaz
    1.32  
    1.33 -You can also connect to a server then join a channel with:
    1.34 +You can also connect to a server, then join a channel with:
    1.35  
    1.36  $ tazirc irc.freenode.net tux
    1.37  $ /join #slitaz
    1.38 @@ -35,9 +35,9 @@
    1.39  /q: QUIT
    1.40  
    1.41  
    1.42 -TazIRC Lob Bot Usage
    1.43 +TazIRC Log Bot Usage
    1.44  --------------------
    1.45 -TazIRC-lb the IRC Log Bot can be combined with conspy or screen to have local or
    1.46 +TazIRC-lb, the IRC Log Bot can be combined with conspy or screen to have local or
    1.47  online archives of various IRC channels. Let's log the official SliTaz channel on 
    1.48  Freenode:
    1.49