Setting up an Eggdrop (the short version)

Setting up an Eggdrop

The Short Short Version

If you're experienced with the Unix shell environment and don't think you need to read all the stuff on this page, follow this quick guide to installing Eggdrop (otherwise, proceed straight to Getting the Eggdrop Source):

1) Download eggdrop1.6.21.tar.gz from the eggheads ftp.
2)
Telnet and FTP to the shell.
3)
Upload eggdrop1.6.21.tar.gz via FTP.
4)
In telnet type tar zxvf eggdrop1.6.21.tar.gz
5)
Type cd eggdrop1.6.21
6)
Type ./configure
7) Type make config (compiles all modules) or make iconfig (allows you to select the modules to compile).
8) Type make
9)
Type make install DEST=/home/name/botdir
10)
Switch to the botdir and edit the sample config file eggdrop.conf, then rename it to something appropriate (e.g. botnick.conf).
11)
Type ./eggdrop -m <config file>

Note: Eggdrop requires Tcl to compile. If the server does not have Tcl installed, you will need to download and install it.

  • 2 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Auto Installation Instructions (using KIRE's Automated Installer)

We offer an automated installation tool that allows you to configure, compile and bring a bot...

Protecting and securing your bot from from the bad guys

Bot Protection and Security The Eggdrop bot has many potential vulnerabilities that can be...

I started by eggdrop bot but it never joined IRC

No show? If your bot didn't appear on IRC, you should log in to the shell and view or download...

How can I link my bots together to form a botnet?

Setting Up a Botnet One of the great features of Eggdrop is bot linking, allowing you to create...

Editing the botchk file to automatically restart your bot

Editing the botchk file The botchk script and crontab are used to automatically restart the bot...