From 9f20b2f7dda30edd418e25af295deef279f2a2ad Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 4 Apr 2009 01:27:18 +0000 Subject: Removed is_host_setter() and is_host_remover() from code and replaced them with opertype priv "hostserv/set", removed from configuration. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2260 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example.conf | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'data') 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" } /* -- cgit