mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 20:43:12 +02:00
Get rid of various never used config options and also port
the U4 fix for Windows where it says "Too many connections" way too quickly. (Sorry for mixing both in 1 commit..)
This commit is contained in:
+3
-8
@@ -231,14 +231,9 @@ typedef OperPermission (*OperClassEntryEvalCallback)(OperClassACLEntryVar* varia
|
||||
/*
|
||||
** flags for bootup options (command line flags)
|
||||
*/
|
||||
#define BOOT_CONSOLE 1
|
||||
#define BOOT_QUICK 2
|
||||
#define BOOT_DEBUG 4
|
||||
#define BOOT_INETD 8
|
||||
#define BOOT_TTY 16
|
||||
#define BOOT_OPER 32
|
||||
#define BOOT_AUTODIE 64
|
||||
#define BOOT_NOFORK 128
|
||||
#define BOOT_DEBUG 1
|
||||
#define BOOT_TTY 2
|
||||
#define BOOT_NOFORK 4
|
||||
|
||||
#define STAT_LOG -7 /* logfile for -x */
|
||||
#define STAT_CONNECTING -6
|
||||
|
||||
Reference in New Issue
Block a user