X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonServ.mod%2Fevent_neonserv_part.c;h=b4565c0c0d0a9d1dc6926051cccb480e2589d624;hp=7b4846c7b5423710a5f09fc4a3bf62e1281f92c0;hb=c8e7ce1c57afaebf3996a6712c45f4c89c34ba44;hpb=e77f75ad6cda0f1856710d685895284d694ef70d diff --git a/src/modules/NeonServ.mod/event_neonserv_part.c b/src/modules/NeonServ.mod/event_neonserv_part.c index 7b4846c..b4565c0 100644 --- a/src/modules/NeonServ.mod/event_neonserv_part.c +++ b/src/modules/NeonServ.mod/event_neonserv_part.c @@ -15,7 +15,7 @@ * along with this program. If not, see . */ -static void neonserv_event_part(struct ChanUser *chanuser, char *reason) { +static void neonserv_event_part(struct ChanUser *chanuser, int quit, char *reason) { struct ChanNode *chan = chanuser->chan; struct UserNode *user = chanuser->user; MYSQL_RES *res;