added DoNotRegister system and command cmd_noregister
[NeonServV5.git] / src / ClientSocket.h
index 45cf06d9499e69d53cd18addb969bb3f103a39ba..f0334508c502779638cc478145b46ab6030a3af9 100644 (file)
@@ -45,6 +45,12 @@ struct ClientSocket {
     time_t connection_time;
     
     struct BotQueue *queue;
+    
+    struct WHOQueueEntry *whoqueue_first;
+    struct WHOQueueEntry *whoqueue_last;
+    
+    struct HandleInfoQueueEntry *handleinfo_first;
+    struct HandleInfoQueueEntry *handleinfo_last;
        
        int botid : 16;
     int clientid : 16;