Anope IRC Services
Anope Support => 2.0.x/1.9.x Support => Topic started by: Siva on December 12, 2016, 08:38:17 PM
-
How to compile module
im using latest version
I dont have folder called src/modules
-
As written in https://wiki.anope.org/index.php/2.0/Modules#Contributed_Modules:
- Download your module into modules/third/.
- Run ./Config (again) to generate correct makefiles
- Type: cd build
- Type: make install
- Update your config files in services/conf/
- Issue a /msg operserv restart, or use /operserv modload <module_name> to load the new module.
-
by doing this will I lose Nickserv database of registered nicks?
-
No. This will just recompile anope and its modules, but configuration files and databases are kept.