X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FDummyServ.mod%2Fbot_DummyServ.c;h=40359bacc308cca17f5effd2148f061f352ababe;hp=1b078ec00d073569cb224cd1158fa6e68454415f;hb=9f27add1dff4dfa36fb65d43805da1939fbe4a4b;hpb=ee3a72eb4a412a0a504d070db1b41c6907f7604d diff --git a/src/modules/DummyServ.mod/bot_DummyServ.c b/src/modules/DummyServ.mod/bot_DummyServ.c index 1b078ec..40359ba 100644 --- a/src/modules/DummyServ.mod/bot_DummyServ.c +++ b/src/modules/DummyServ.mod/bot_DummyServ.c @@ -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;