added NeonBackup bot
[NeonServV5.git] / src / modules / NeonServ.mod / bot_NeonServ.c
index 83f329b3506544a7be71dfdc9525e4def2d510b2..16d6dbdfe5d943568b1deeb64c53a97f13967364 100644 (file)
@@ -471,6 +471,7 @@ static void start_bots(int type) {
             client->flags |= (strcmp(row[6], "0") ? SOCKET_FLAG_PREFERRED : 0);
             client->flags |= (strcmp(row[8], "0") ? SOCKET_FLAG_USE_QUEUE : 0);
             client->flags |= (strcmp(row[9], "0") ? SOCKET_FLAG_SSL : 0);
+            client->flags |= SOCKET_FLAG_REQUEST_INVITE;
             client->botid = BOTID;
             client->clientid = atoi(row[7]);
             connect_socket(client);