2.0/FAQ

From AnopeWiki
Revision as of 16:53, 14 May 2014 by Azander (Talk | contribs)

Jump to: navigation, search

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.
How to I set mlock on a channel? 
Use /msg ChanServ MODE Channel SET modes
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.