X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fbot_NeonFun.c;h=75afbbad825c500f6153a7af86287c0e899b8494;hp=49364a2134d6fad22c446f3ac2c9ad4c9f33d233;hb=9f27add1dff4dfa36fb65d43805da1939fbe4a4b;hpb=ee3a72eb4a412a0a504d070db1b41c6907f7604d diff --git a/src/modules/NeonFun.mod/bot_NeonFun.c b/src/modules/NeonFun.mod/bot_NeonFun.c index 49364a2..75afbba 100644 --- a/src/modules/NeonFun.mod/bot_NeonFun.c +++ b/src/modules/NeonFun.mod/bot_NeonFun.c @@ -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;