Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: rajino on August 19, 2016, 10:21:10 AM

Title: how to install modules like bs_seen on Anope 2.0.4
Post by: rajino on August 19, 2016, 10:21:10 AM
Hi good day!

Can someone please help me on how to install new modules from Anope site like bs_seen?

Inspircd 2.0
Anope 2.0.4

Thanks in advances!
Title: Re: how to install modules like bs_seen on Anope 2.0.4
Post by: Gavin on November 10, 2016, 09:31:52 PM
Hi good day!

Can someone please help me on how to install new modules from Anope site like bs_seen?

Inspircd 2.0
Anope 2.0.4

Thanks in advances!

cd anope-2.0.4/src/modules
wget https://modules.anope.org/files/........./bs_seen........tar.gz
tar -zxvf bs_seen .......tar.gz
rm -rf bs_seen........tar.gz
cd ../..
make modules
make install
On IRC type: /operserv modload bs_seen
Title: Re: how to install modules like bs_seen on Anope 2.0.4
Post by: Siva on December 12, 2016, 08:46:06 PM
make: *** No rule to make target 'modules'.  Stop.