added some more events and changed TempUser-Handling
[NeonServV5.git] / main.h
diff --git a/main.h b/main.h
index 802c1cbaea1d256db5df2087ba4581e488fdcd2c..75fdca3d4f794e9c732ab307170e686a1ec95d54 100644 (file)
--- a/main.h
+++ b/main.h
@@ -41,6 +41,7 @@ int stricmp (const char *s1, const char *s2)
    return c1 - c2;
 }
 
+#define SOCKET_SELECT_TIME 2
 
 #define NICKLEN         30
 #define USERLEN         10
@@ -59,4 +60,6 @@ int stricmp (const char *s1, const char *s2)
 #define VALID_NICK_CHARS_FIRST "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~[\\]^_`"
 #define VALID_NICK_CHARS_FIRST_LEN 62
 
+#define TEMPUSER_LIST_INDEX VALID_NICK_CHARS_FIRST_LEN
+
 #endif
\ No newline at end of file