diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-04 01:27:18 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-04 01:27:18 +0000 |
commit | 9f20b2f7dda30edd418e25af295deef279f2a2ad (patch) | |
tree | ca76a4ac05614f114951b371da696a7e6510ee91 /data | |
parent | df627065aca697addd21b23bee95958271655131 (diff) |
Removed is_host_setter() and is_host_remover() from code and replaced them with opertype priv "hostserv/set", removed <hostserv:hostsetters> from configuration.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2260 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/example.conf b/data/example.conf index b5f0a1130..094ae4c0c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1062,16 +1062,6 @@ hostserv * to the base names of the modules for HostServ. This directive is optional, but highly recommended. */ modules = "hs_help hs_on hs_off hs_group hs_list hs_set hs_setall hs_del hs_delall" - - /* - * 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" } /* |