Difference between revisions of "2.0/FAQ"

From AnopeWiki
Jump to: navigation, search
(Anope 2.0 IRC Services Frequently Asked Questions)
(Anope 2.0 IRC Services Frequently Asked Questions)
Line 15: Line 15:
  
 
In the operserv configuration you need to enable it.  It is disabled by default.
 
In the operserv configuration you need to enable it.  It is disabled by default.
 +
 +
'''How do I install a module?'''
 +
 +
# Download your module into <anope_source>/modules/third/
 +
# Type: '''./Config''' to generate the 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.

Revision as of 00:04, 13 May 2014

Please note, the following Freqently Asked Questions are related directly to Anope 2.0, not Anope IRC Services in General. For General FaQ, please click here.

Anope 2.0 IRC Services Frequently Asked Questions

When was Anope 2.0 Released?

Anope 2.0 was released stable: March 23rd, 2014.

How long was Anope 2.0 In Development?

Anope 2.0 Development lasted for about 5 years before stable was released.

Where did defcon go?

In the operserv configuration you need to enable it. It is disabled by default.

How do I install a module?

  1. Download your module into <anope_source>/modules/third/
  2. Type: ./Config to generate the correct makefiles.
  3. Type: cd build
  4. Type: make install
  5. Update your config files in services/conf/
  6. Issue a /msg operserv restart, or use /operserv modload <module_name> to load the new module.