mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 07:43:13 +02:00
+- Removed some odd Clone stuff(?)
This commit is contained in:
@@ -395,3 +395,4 @@
|
||||
- Fixed /setname desynch
|
||||
- Removed IsService(), and some wierd stuff
|
||||
- Broken INETD support removed
|
||||
- Removed some odd Clone stuff(?)
|
||||
|
||||
@@ -65,7 +65,6 @@ typedef struct SBan Ban;
|
||||
typedef struct SMode Mode;
|
||||
typedef struct ListOptions LOpts;
|
||||
typedef struct FloodOpt aFloodOpt;
|
||||
typedef struct CloneItem aClone;
|
||||
typedef struct ircstatsx ircstats;
|
||||
typedef struct MotdItem aMotd;
|
||||
typedef struct trecord aTrecord;
|
||||
|
||||
+1
-1
@@ -412,7 +412,7 @@ static int find_banid(chptr, banid)
|
||||
}
|
||||
|
||||
/*
|
||||
* IsMember - returns 1 if a person is joined and not a zombie
|
||||
* IsMember - returns 1 if a person is joined
|
||||
* Moved to struct.h
|
||||
*/
|
||||
|
||||
|
||||
+1
-23
@@ -24,10 +24,6 @@ static char sccsid[] =
|
||||
Computing Center and Jarkko Oikarinen";
|
||||
#endif
|
||||
|
||||
|
||||
/* debug --sts (chdir kludge) */
|
||||
// #define UNREAL_DEBUG
|
||||
|
||||
#include "config.h"
|
||||
#include "struct.h"
|
||||
#include "common.h"
|
||||
@@ -64,6 +60,7 @@ Computing Center and Jarkko Oikarinen";
|
||||
#include "badwords.h"
|
||||
#endif
|
||||
#include "version.h"
|
||||
|
||||
ID_CVS("$Id$");
|
||||
ID_Copyright
|
||||
("(C) 1988 University of Oulu, Computing Center and Jarkko Oikarinen");
|
||||
@@ -151,29 +148,10 @@ time_t nextexpire = 1; /* next expire run on the dns cache */
|
||||
time_t nextkillcheck = 1; /* next time to check for nickserv kills */
|
||||
time_t lastlucheck = 0;
|
||||
|
||||
/* int lu_noninv = 0,
|
||||
lu_inv = 0,
|
||||
lu_serv = 0,
|
||||
lu_oper = 0,
|
||||
lu_unknown = 0,
|
||||
lu_channel = 0,
|
||||
lu_lu = 0,
|
||||
lu_lulocal = 0,
|
||||
lu_lserv = 0,
|
||||
lu_clu = 0,
|
||||
lu_mlu = 0,
|
||||
lu_cglobalu = 0,
|
||||
lu_mglobalu;
|
||||
*/
|
||||
/* */
|
||||
#ifdef UNREAL_DEBUG
|
||||
#undef CHROOTDIR
|
||||
#define CHROOT
|
||||
#endif
|
||||
#ifdef CLONE_CHECK
|
||||
aClone *Clones = NULL;
|
||||
char clonekillhost[100];
|
||||
#endif
|
||||
|
||||
time_t NOW;
|
||||
#if defined(PROFIL) && !defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user