Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: 1mankind on October 03, 2006, 06:02:53 PM

Title: Help with Module load
Post by: 1mankind on October 03, 2006, 06:02:53 PM
hey, im new user (linux version) with this software, i downloaded a module (*.c) to my pc, where should i upload it? and what i have to do next for using it in the end?

thnx alot
Title:
Post by: n00bie on October 03, 2006, 06:28:59 PM
put the module file some_module.c inside anope-1.7.x/src/modules folder. Next, go back to anope home directory, anope-1.7.x .. type (g)make && (g)make install ... if everything is compiling ok, go to your IRC and type
/os modload some_module without the file extension *.c :)

[Edited on 3-10-2006 by n00bie]
Title:
Post by: katsklaw on October 03, 2006, 10:00:29 PM
or type: (g)make modules then (g)make install. make modules only compiles new/changed modules and doesn't try to re-compile the whole thing.
Title:
Post by: n00bie on October 03, 2006, 10:08:05 PM
ah! Yes, make modules and make install ... lol ... i was in a terrible mind trying to fixed a new bug on the ircd_vhostserv module :D
Title:
Post by: Tom65789 on October 03, 2006, 10:40:57 PM
yes so, but if ur lazy like me and cant be bothered to typo a couple more keys then i compile the whole thing lol.