Services
From Buzznet
BUZZNET IRC NETWORK
This Wiki is Under Construction And Updated Every Day....
Anope
Instalation
wget https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz
tar -xvf 2.0.18.tar.gz
sudo apt-get install cmake
cd anope-2.0.18-source
./Config
cd build
make
make install
Atheme
Instalation
apt install pkg-config
git clone --recursive 'https://github.com/atheme/atheme/' atheme-devel
cd atheme-devel
./configure
make
make install