[ ZNC INSTALL GUIDE ]
sudo apt update sudo apt install build-essential libssl-dev pkg-config -y wget https://znc.in/releases/znc-latest.tar.gz tar -xzf znc-latest.tar.gz cd znc-* ./configure && make sudo make install znc --makeconf
[ 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