[ EGGDROP INSTALL GUIDE ]
sudo apt update
sudo apt install tcl tcl-dev make gcc git -y
git clone https://github.com/eggheads/eggdrop.git
cd eggdrop
./configure
make config
make
cp eggdrop.conf.dist eggdrop.conf
nano eggdrop.conf
screen -S eggdrop ./eggdrop eggdrop.conf