X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FDummyServ.mod%2Fbot_DummyServ.c;h=5eeff5a6fcf02b4fc220612147d3e8622f5cab7d;hb=e192ffc0fed753aa5a5c5081674511f90c5a953b;hp=01170154bc97b41e798753b8e63d0b644aee5c71;hpb=5db7ffe3eaf08c7346f5b8507d0af7b1fb77dd15;p=NeonServV5.git diff --git a/src/modules/DummyServ.mod/bot_DummyServ.c b/src/modules/DummyServ.mod/bot_DummyServ.c index 0117015..5eeff5a 100644 --- a/src/modules/DummyServ.mod/bot_DummyServ.c +++ b/src/modules/DummyServ.mod/bot_DummyServ.c @@ -15,6 +15,7 @@ * along with this program. If not, see . */ #include "../module.h" +#include "../botid.h" #include "bot_DummyServ.h" #include "../../modcmd.h" @@ -37,7 +38,7 @@ #include "../../EventLogger.h" #include "../../bots.h" -#define BOTID 3 +#define BOTID DUMMYSERV_BOTID #define BOTALIAS "DummyServ" static void dummyserv_bot_ready(struct ClientSocket *client) {