} database;
/* Global function prototypes */
-
void flushLogs(char *);
void expireChans(char *);
void expireNicks(char *);
int check_mask (char *, int);
/* Global variables */
-
int antiloop;
char datadir[512];
char timerbuff[512];
int server, synched;
Service services[20];
database db;
-FILE *operlog, *nicklog, *chanlog, *corelog, /**servout,*/ *rootlog;
+FILE *operlog, *nicklog, *chanlog, *corelog, *rootlog;
long totalusers, mostusers, mostnicks, mostchans, mostmemos, ac_mod_counter, startup;
unsigned int AllocCalled, FreeCalled;
char *OperServ, *NickServ, *ChanServ, *MemoServ, coreBuffer[512];
#define MEMODROPTIME (10*24*3600)
#define SYNCTIME (15*60) /* Define time between synchs to disk */
-/* SHOWSYNCH - globops each time databases are saves */
+/* SHOWSYNCH - globops each time databases are saved */
/* SHOWSYNCHALL - notice to users showing how long until next save*/
#undef SHOWSYNCH
* 0 for none
* CLONE_KILLFLAG to autokill for every host
* CLONE_IGNOREFLAG to autoignore for every host
- * CLONE_PERMTRIGGER to make ALL triggers permanet (including unchaged)
+ * CLONE_PERMTRIGGER to make ALL triggers permanent (including unchanged)
*
* DEFHOSTCLONETRIGGER = Warning level for clones from *@host
* DEFUSERCLONETRIGGER = Warning level for clones from user@host
*/
#define DEFCLONEFLAGS 0
-#define DEFHOSTCLONETRIGGER 5
+#define DEFHOSTCLONETRIGGER 4
#define DEFUSERCLONETRIGGER 3
-#define DEFHOSTILEHOSTCLONES 7
+#define DEFHOSTILEHOSTCLONES 5
#define DEFHOSTILEUSERCLONES 5
char retnum[2048];