1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 23:13:12 +02:00

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
This commit is contained in:
cyberbotx
2009-04-04 01:27:18 +00:00
parent df627065ac
commit 9f20b2f7dd
9 changed files with 49 additions and 84 deletions
-5
View File
@@ -284,9 +284,6 @@ E bool RestrictOperNicks;
E unsigned NewsCount;
E char *Numeric;
E char **HostSetters;
E int HostNumber;
E bool UseMail;
E char *SendMailPath;
E char *SendFrom;
@@ -467,8 +464,6 @@ E void hostserv_init();
E void addHostCore(const char *nick, char *vIdent, char *vhost, const char *creator, int32 tmp_time);
E char *getvIdent(char *nick);
E char *getvHost(char *nick);
E int is_host_remover(User * u);
E int is_host_setter(User *u);
E HostCore *hostCoreListHead();
E HostCore *findHostCore(HostCore * head, const char *nick, bool *found);
E HostCore *createHostCorelist(HostCore * next, const char *nick, char *vIdent, char *vHost, const char *creator, int32 tmp_time);