tazirc view README @ rev 0

Initial commit with the README
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 14 00:12:35 2014 +0100 (2014-01-14)
parents
children 533ffcc81327
line source
1 TazIRC - The SliTaz IRC tools
2 ================================================================================
5 TazIRC provide a small command line IRC client and a IRC Log Bot. Both are
6 entirely written in SHell script and using Busybox nc and libtaz functions.
7 TazIRC can connect to all standardized IRC daemon, handle cmdline options and
8 dont have any configuration file. Run tazirc/tazirc-lb without arguments to
9 get a short usage and list of options. Read below for some usage examples.
12 Installation
13 ------------
15 # make install
18 TazIRC Usage
19 ------------
20 You can simply connect to a server then join a channel or directly join a channel
21 using the --chan= option on cmdline. Run tazirc without arguments to get a short
22 usage and list of options. Let's connect to SliTaz IRC channel on freenode as the
23 so famous user tux:
25 $ tazirc irc.freenode.net tux --chan=slitaz
27 You can also connect to a server then join a channel with:
29 $ tazirc irc.freenode.net tux
30 $ /join #slitaz
32 TazIRC will handle a few short IRC commands:
34 /j: JOIN
35 /q: QUIT
38 TazIRC Lob Bot Usage
39 --------------------
40 TazIRC-lb the IRC Log Bot can be combined with conspy or screen to have local or
41 online archives of various IRC channels. Let's log the official SliTaz channel on
42 Freenode:
44 $ tazirc-lb irc.freenode.net slitaz
46 Use Ctrl-c to exit. You will find the logs in the current directory or you can
47 use the --dest= option to set the output logs path.
50 ================================================================================