added support for independent "zero-bots" (bots without an own source file)
[NeonServV5.git] / src / bot_NeonHelp.c
index aa75426c4743b7a363674b6010cdcc18cf3e26d4..a3ea7d16912e31e3cba4814595a0f319cd014de7 100644 (file)
@@ -49,7 +49,7 @@ static void neonhelp_bot_ready(struct ClientSocket *client) {
     }
 }
 
-static void neonhelp_trigger_callback(struct ChanNode *chan, char *trigger) {
+static void neonhelp_trigger_callback(int clientid, struct ChanNode *chan, char *trigger) {
     MYSQL_RES *res;
     MYSQL_ROW row;
     loadChannelSettings(chan);