X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FDummyServ.mod%2Fbot_DummyServ.c;h=259e640bdb8d318404cf74ce15ac57e31fb325a9;hb=c99b8d5951fe6429844c8cb5ff94213bb625ad95;hp=40359bacc308cca17f5effd2148f061f352ababe;hpb=9f27add1dff4dfa36fb65d43805da1939fbe4a4b;p=NeonServV5.git diff --git a/src/modules/DummyServ.mod/bot_DummyServ.c b/src/modules/DummyServ.mod/bot_DummyServ.c index 40359ba..259e640 100644 --- a/src/modules/DummyServ.mod/bot_DummyServ.c +++ b/src/modules/DummyServ.mod/bot_DummyServ.c @@ -1,4 +1,4 @@ -/* bot_DummyServ.c - NeonServ v5.4 +/* bot_DummyServ.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -150,10 +150,6 @@ void init_DummyServ(int type) { set_trigger_callback(BOTID, module_id, dummyserv_trigger_callback); } -void loop_DummyServ() { - -} - void free_DummyServ(int type) { unbind_allcmd(BOTID); if(type == MODSTATE_STARTSTOP) {