X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbot_DummyServ.c;h=f6fc7aca827d2d437243f7e15c7c9cee3ce99df2;hb=44436a96352a38631237978c9fd431cef3d85cfb;hp=e9ae76bc8e71a0d275e315b5ba7a953c54d4ab7d;hpb=9d77ca8f63040a3945f634090be990fdeb05c2f3;p=NeonServV5.git diff --git a/src/bot_DummyServ.c b/src/bot_DummyServ.c index e9ae76b..f6fc7ac 100644 --- a/src/bot_DummyServ.c +++ b/src/bot_DummyServ.c @@ -1,4 +1,4 @@ -/* bot_DummyServ.c - NeonServ v5.2 +/* bot_DummyServ.c - NeonServ v5.3 * Copyright (C) 2011 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -59,7 +59,7 @@ static void dummyserv_bot_ready(struct ClientSocket *client) { } } -static void dummyserv_trigger_callback(struct ChanNode *chan, char *trigger) { +static void dummyserv_trigger_callback(int clientid, struct ChanNode *chan, char *trigger) { //this bot doesn't have a trigger strcpy(trigger, ""); }