fixed some bugs
[NeonServV5.git] / src / modules / DummyServ.mod / bot_DummyServ.c
index 1b078ec00d073569cb224cd1158fa6e68454415f..40359bacc308cca17f5effd2148f061f352ababe 100644 (file)
@@ -42,6 +42,8 @@
 #define BOTALIAS "DummyServ"
 
 static void dummyserv_bot_ready(struct ClientSocket *client) {
+    if(client->botid != BOTID)
+        return;
     MYSQL_RES *res;
     MYSQL_ROW row;