Anope IRC Services

Anope Development => Modules => Topic started by: michael on April 11, 2013, 12:51:55 PM

Title: installing a new module
Post by: michael on April 11, 2013, 12:51:55 PM
Hey

I downloaded a new module into my /services/modules/ folder on my debian machine but when i to make modules i get "make: nothing needs to be done for "modules". and when i try to load the module in operserv

-OperServ- Unable to load module cd_join.c
-
-OperServ- Unable to load module cd_join
-

why wont this work?
Title: Re: installing a new module
Post by: Jens Voss on April 11, 2013, 01:38:34 PM
For Anope 1.8.x: put the .c file in ~/anope-1.8.x/src/modules, then cd ../../ ; make modules ; make install

Btw, I think you want to load cs_join, not cd_join :)
Title: Re: installing a new module
Post by: michael on April 12, 2013, 10:34:26 AM
For Anope 1.8.x: put the .c file in ~/anope-1.8.x/src/modules, then cd ../../ ; make modules ; make install

Btw, I think you want to load cs_join, not cd_join :)

Hi

do i just create the folders cause src/modules do not exist, only modules/ in the anope folder.
Title: Re: installing a new module
Post by: Jan Milants on April 15, 2013, 12:54:05 PM
you need anopes sources to be able to compile modules.. if you deleted those after compiling and installing anope, you will have to redownload them and rebuild anope.