*** VERSION 5.3.0 ***
[NeonServV5.git] / src / bot_DummyServ.c
index e9ae76bc8e71a0d275e315b5ba7a953c54d4ab7d..f6fc7aca827d2d437243f7e15c7c9cee3ce99df2 100644 (file)
@@ -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, "");
 }