Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Compiling module anope 2x  (Read 3654 times)

0 Members and 1 Guest are viewing this topic.

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Compiling module anope 2x
« on: December 12, 2016, 08:38:17 PM »

How to compile module
im using latest version
I dont have folder called src/modules
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Compiling module anope 2x
« Reply #1 on: December 13, 2016, 02:43:21 PM »

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.

Siva

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Compiling module anope 2x
« Reply #2 on: December 14, 2016, 09:44:31 PM »

by doing this will I lose Nickserv database of registered nicks?
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Compiling module anope 2x
« Reply #3 on: December 15, 2016, 09:26:19 AM »

No. This will just recompile anope and its modules, but configuration files and databases are kept.
Pages: [1]   Go Up