[ 0DAY (xc) Our ] v1.0 Production Released
#Make sure Tcl AND it’s dev packages are installed on your #system. On Debian-based systems, this is done with:
- sudo apt-get install tcl tcl-dev
#It is also STRONGLY recommended to have openssl installed, #to enable SSL/TLS protection:
- sudo apt-get install openssl libssl-dev
TO USE IT :
- Download Lastest eggdrop
- Currently 1.9.1 : https://www.eggheads.org/
- wget https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.1.tar.gz
Installing
- tar -zxvf eggdrop-1.9.1.tar.gz
- cd eggdrop-1.9.1
- ./configure
- ./make config
- ./make
- ./make install
To Support SSL
- ./make sslcert
Setting Up
- cd ~/eggdrop
- download eggdrop.tar
- tar -xvf eggdrop.tar
EDIT SETTING
- vi ~/eggdrop/0dev.cfg
Start IT With
- cd ~/eggdrop
- ./eggdrop -m ./0dev.cfg
How to use ?
- /msg YOURBOT pass [ your password here ]
- /msg YOURBOT auth [ your password here ]
- /msg YOURBOT help
- READ THE INSTRUCTION