Eggdrop Help - Quick Install
- Download eggdrop1.6.15.tar.gz from the eggheads ftp.
- Telnet and FTP to the shell.
- Upload eggdrop1.6.15.tar.gz via FTP.
- In telnet type tar zxvf eggdrop1.6.15.tar.gz
- Type cd eggdrop1.6.15
- Type ./configure
- Type make config (compiles all modules) or make iconfig (allows you to select the modules to compile).
- Type make
- Type make install DEST=/home/name/botdir
- Switch to the botdir and edit the sample config file eggdrop.conf, then rename it to something appropriate (e.g. botnick.conf).
- Type ./eggdrop -m <config file>