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

Remove is_services_* methods.. this forces us to actually remove uses of them.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2257 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-04-04 00:52:25 +00:00
parent 36f523249a
commit 146ecc2fbb
2 changed files with 0 additions and 48 deletions
-3
View File
@@ -751,9 +751,6 @@ E void load_os_dbase();
E void save_os_dbase();
E void os_remove_nick(NickCore *nc);
E int is_services_root(User *u);
E int is_services_admin(User *u);
E int is_services_oper(User *u);
E int add_akill(User *u, const char *mask, const char *by, const time_t expires, const char *reason);
E int check_akill(const char *nick, const char *username, const char *host, const char *vhost, const char *ip);