2.0/FAQ
From AnopeWiki
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?
- 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.