Merge from vendor branch TNF:
[pkgsrcv2.git] / chat / sirc / DESCR
1 This is a simple (well, not so simple anymore *grin*) irc client,
2 written in perl and C.
3
4 It's divided in two parts, a dumb-mode (meaning, no full screen
5 interface) client, dsirc, that can be used stand-alone, programmed in
6 perl, and a separate split-screen front end in C, called ssfe.
7
8 The main point of running this client is that you can get a reasonable
9 ircII-like interface on an account with a properly installed perl
10 interpreter, with the perl client taking about 55k (and it's usable on
11 its own if you don't have access to a C compiler) and with the
12 interface, once compiled, taking just another 30 or 40k. The two
13 together, while lacking the huge complexity of ircII, make a very usable
14 client. And if you know perl, you'll find you can do quite complicated
15 and interesting things with sirc too :)
16
17 See /usr/pkg/lib/sirc/README for more usage instructions, and see
18 /usr/pkg/lib/sirc/PROGRAMMING for information on how to extend sirc.
19 Some example scripts can be found in /usr/pkg/lib/sirc/scripts.