1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 18:56:37 +02:00

Added hostsetters directive to hostserv block in new config.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1463 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-23 02:22:29 +00:00
parent 3533152b40
commit c77dbdc997
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -606,4 +606,14 @@ hostserv
* executable. If not given, defaults to "hosts.db".
*/
database = "hosts.db"
/*
* Specifies the nicks of NON-OPERS allowed to set or remove vHosts using HostServ. Can be re-loaded
* with /msg operserv reload. You can specify more than one nick by separating each one by a space.
*
* This directive is optional, but you are discouraged from using it. It is recommended that you only
* give opers the ability to set or remove vHosts by making them Services Opers or higher, but if you
* do decide to use this directive, make sure you insert the correct nick(s) here.
*/
#hostsetters = "CyberBotX w00t"
}