mirror of
https://github.com/anope/anope.git
synced 2026-07-05 06:53:12 +02:00
Started chanserv block in new config, added nick and directive directives to it.
Fixed typo in one of the nickserv block directives. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1430 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -312,3 +312,23 @@ nickserv
|
||||
*/
|
||||
addaccessonreg = yes
|
||||
}
|
||||
|
||||
/*
|
||||
* [REQUIRED] ChanServ Config
|
||||
*
|
||||
* This section is used to set up the Channel Registration Service pseudo-client.
|
||||
* Unless specified otherwise, all directives are required.
|
||||
*/
|
||||
chanserv
|
||||
{
|
||||
/*
|
||||
* The nickname of the ChanServ client.
|
||||
*/
|
||||
nick = "ChanServ"
|
||||
|
||||
/*
|
||||
* The description of the ChanServ client, which will be used as the GECOS (real
|
||||
* name) of the client.
|
||||
*/
|
||||
description = "Channel Registration Service"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user