added get_userlist function to WHOHandler.c and wrote some test code
[NeonServV5.git] / main.h
diff --git a/main.h b/main.h
index b356c77c0a457e1104a4de0f9f5c3af85a5abbe5..802c1cbaea1d256db5df2087ba4581e488fdcd2c 100644 (file)
--- a/main.h
+++ b/main.h
@@ -44,6 +44,7 @@ int stricmp (const char *s1, const char *s2)
 
 #define NICKLEN         30
 #define USERLEN         10
+#define AUTHLEN         32
 #define HOSTLEN         63
 #define REALLEN         50
 #define TOPICLEN        500