*** VERSION 5.6.0 ***
[NeonServV5.git] / src / WHOHandler.c
index 23737051f49aa93e152e4aadccb3fea3448661a6..efbd24ecdef357f8e4879f2c37631665bd565ad2 100644 (file)
@@ -1,4 +1,4 @@
-/* WHOHandler.c - NeonServ v5.4
+/* WHOHandler.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -30,7 +30,7 @@
 #define WHOQUEUETYPE_CHECKTYPE 0x07
 #define WHOQUEUETYPE_FOUND     0x08
 
-#define MAXCALLBACKS 3
+#define MAXCALLBACKS 10
 
 struct WHOQueueEntry {
     char type;