News Infoshell
Contact Info
an image
Infoshell.Info
Malaysia
Email: anaknogori@yahoo.com
Email: admin@infoshell.info

Setup eggdrop bot

Step by step setup eggdrop bot in your putty (shell) :

1) Download eggdrop1.6.20.tar.gz from the eggheads ftp to your PC.

2) Telnet and FTP to the shell.

3) Upload eggdrop1.6.20.tar.gz via FTP.

4) Type : tar -zxvf eggdrop1.6.20.tar.gz

5) Type : cd eggdrop1.6.20

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

(example : make install DEST=/home/your-shell-login/bot-nick)

10) Switch to the botdir

Type : cd

Type : cd bot-nick

and edit the sample config file eggdrop.conf (or upload your botnick config file)

Type : pico eggdrop.conf or botnick.conf

then rename it to something appropriate (e.g. botnick.conf).

11) Type ./eggdrop -m botnick.conf (up process eggdrop)

12) Then follow the instruction after your eggdrop process up

Connect to your mirc as u set in your botnick.conf

Type : /msg botnick hello

Type : /msg botnick pass your-password

Type : /ctcp botnick chat

Then follow the ctcp instruction

Using your eggdrop, please visit http://www.egghelp.org/using.htm

End