Difference between revisions of "2.0/FAQ"

From AnopeWiki
Jump to: navigation, search
(Anope 2.0 IRC Services Frequently Asked Questions)
Line 9: Line 9:
  
 
;How to I set mlock on a channel? :Use /msg ChanServ MODE <u>Channel</u> SET <u>modes</u>
 
;How to I set mlock on a channel? :Use /msg ChanServ MODE <u>Channel</u> SET <u>modes</u>
 +
 +
;Why does my chanserv password show up in the channel description? :ChanServ no longer requires passwords when registering channels.  It is linked to your NickServ account instead.  They new syntax is /msg ChanServ REGISTER <u>channel</u> <u>description</u>
  
 
;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.

Revision as of 16:56, 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
Why does my chanserv password show up in the channel description? 
ChanServ no longer requires passwords when registering channels. It is linked to your NickServ account instead. They new syntax is /msg ChanServ REGISTER channel description
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.