| Get the latest eggdrop source file : | wget geteggdrop.com |
| Untar the Eggdrop source file : | tar xvfz eggdropXXXX.tar.gz |
| Change directory : | cd eggdropXXXXXX |
| Required packages : | tcl/tk, ncurses ( yum install tcl* tk* ncurses <- for fedora or centos , apt-cache search tcl for debian |
| Start configuration : | ./configure |
| Start compile 1.: | make iconfig ( you need to enter more times on 'e' for enable ) |
| Start compile 2.: | make |
| Install the compiled files : | make install |
| Change directory : | cd .. |
| Rename the ready compile eggdrop : | mv eggdrop Bodyguard |
| Enter to your eggdrop dir : | cd Bodyguard |
| Edit the config file : | vi or nano eggdrop.conf or wget www.fairprovider.com/sources/irc/eggdrop.conf |
| If you like to have more eggy : | cp eggdrop.conf bodyguard.conf cp eggdrop.conf security.conf
|
| Start your eggdrops : | ./eggdrop -m bodyguard.conf ./eggdrop -m security.conf
|
| Commands on irc : | /msg nick hello /msg nick pass mysecretpass /ctcp nick chat Will ask you for the password you set above
|
| More will come soon ... |
| See www.egghelp.org for cool tcl`s |