This will tell you exactly step by step on how you can setup your on eggdrop irc bot. We tell you how to setup eggdrop1.1.5 because we believe that is the most stable version of the bot.
| SETUP |
log onto the shell
|
| type -> |
ftp ftp.acky.net |
| User: |
anonymous |
| Pw: |
your@email.address |
| type -> |
cd pub |
| type -> |
cd eggdrop |
| type -> |
get eggdrop1.1.5.tar.gz |
| type -> |
quit |
| type -> |
gunzip eggdrop1.1.5.tar.gz |
| type -> |
tar -xf eggdrop1.1.5.tar |
| type -> |
cd eggdrop1.1.5 |
| type -> |
./configure |
| type -> |
make eggdrop |
| type -> |
pico eggdrop.conf |
| |
.........then edit it to your settings example of a config file |
| |
<<<sav it>>> ctrl+o |
| run it with |
./eggdrop -m eggdrop.conf |