# ScWorld version 1
# 2002-03-13 : MrIron
# 2002-02-15 : MrIron

1. Download ScWorld
2: Configuring ScWorld
3. Installing ScWorld
4. Starting ScWorld

1) Download ScWorld

$ cvs -d:pserver:anonymous@cvs.scworld.sourceforge.net:/cvsroot/scworld login
When prompted for a password, simply hit the return key.

$ cvs -z3 -d:pserver:anonymous@cvs.scworld.sourceforge.net:/cvsroot/scworld co scworld
And this will download the ScWorld.

2) Configuring ScWorld

$ pico src/scBot.cc

Config Fields:
strcpy(scw.server, "127.0.0.1"); <- who is the server to link to.
strcpy(scw.pass, "linkPass"); <- who is the link pass
strcpy(scw.sName, "channels.testnet.org"); <- who is the server name
strcpy(scw.sNum, "AB"); <- who is the server num
strcpy(scw.sDesc, "TestNet Services"); <- who is the server description
scw.port = 4400;
When your finished close the file.

Then you have to setup the bot, to do this, use the following commands:

$ pico src/include/config.h

3) Installing ScWorld

Now you have to compile the bot.

$ gmake
$ gmake install

If you get any compile errors, please mail them to iron@chatservices.no

4) Starting ScWorld

$ cd bin
$ ./scworld

There you go =)

NOTE: The cservice is pretty hard-coded, so it may be something who wont work =)

ScWorld Coder Team (C)