1
0
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:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13 21:52:37 +00:00
parent 2b0e9c3f5f
commit 5136d4c415
2 changed files with 24 additions and 5 deletions
+20
View File
@@ -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"
}