fixed some bugs
[NeonServV5.git] / src / modules / NeonFun.mod / bot_NeonFun.c
index 49364a2134d6fad22c446f3ac2c9ad4c9f33d233..75afbbad825c500f6153a7af86287c0e899b8494 100644 (file)
@@ -44,6 +44,8 @@
 #define BOTALIAS "NeonFun"
 
 static void neonfun_bot_ready(struct ClientSocket *client) {
+    if(client->botid != BOTID)
+        return;
     MYSQL_RES *res;
     MYSQL_ROW row;