Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

Setting up an eggdrop

Recommended Posts

  • Administrators

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.18.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 

This was taken from egghelp.org. You can find a more detailed description athttp://www.egghelp.org/setup.htm

Link to comment
Share on other sites



×
×
  • Create New...