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 4: Line 4:
 
== <div class="moduleheader">Anope 2.0 IRC Services Frequently Asked Questions</div> ==
 
== <div class="moduleheader">Anope 2.0 IRC Services Frequently Asked Questions</div> ==
  
'''When was Anope 2.0 Released?'''
+
;When was Anope 2.0 Released? :Anope 2.0 was released stable: March 23rd, 2014.
  
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 long was Anope 2.0 In Development?'''
+
;How to I set mlock on a channel? :Use /msg ChanServ MODE <u>Channel</u> SET <u>modes</u>
  
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.
 
+
'''Where did defcon go?'''
+
 
+
In the operserv configuration you need to enable it.  It is disabled by default.
+
 
+
'''How do I install a module?'''
+
  
 +
;How do I install a module? :
 
# Download your module into <anope_source>/modules/third/
 
# Download your module into <anope_source>/modules/third/
 
# Type: '''./Config''' to generate the correct makefiles.
 
# Type: '''./Config''' to generate the correct makefiles.

Revision as of 17:53, 14 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.
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.