Services: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 64: Line 64:


</div>
</div>
{{Background|[[File:bg-blueish.jpg|<size>|<caption>]]|background=<blue>}}

Revision as of 12:32, 1 October 2025

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