diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-03 07:48:01 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-03 07:48:01 +0000 |
commit | 51500715c08a7b07c1a79da5411bb9d1e5ac3fed (patch) | |
tree | 676251a3d125a6896e8cfc776d6dd57818b2fe09 /include/extern.h | |
parent | f3315d951813945b0746f6d57e1a104ba3c8bfaf (diff) |
BUILD : 1.7.6 (471) BUGS : N/A NOTES : Redid Services Mode stuff to be config option called UlineServers this allows you to state what servers can set channel modes and we are to respecet the mode. Gotta clean this up some more in a bit
git-svn-id: svn://svn.anope.org/anope/trunk@471 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@325 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 584fda133..338cccf64 100644 --- a/include/extern.h +++ b/include/extern.h @@ -451,6 +451,10 @@ E char *ExceptionDBName; E char *SessionLimitDetailsLoc; E char *SessionLimitExceeded; +E char *UlineServers; +E char **Ulines; +E int NumUlines; + #ifdef USE_RDB E int rdb_init(); E int rdb_open(); @@ -826,6 +830,8 @@ E uint32 uplink_capab; E Server *first_server(int flags); E Server *next_server(int flags); +E int is_ulined(char *server); + E Server *new_server(Server * uplink, const char *name, const char *desc, uint16 flags, char *suid); |