X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FIRCParser.h;h=7e06f8d42b36077307151d376762410bc1074324;hp=7893bc62997577830f523890f35ed5944b18668e;hb=HEAD;hpb=78e040af3fcc36ab684611c0f98b4381ff420878 diff --git a/src/IRCParser.h b/src/IRCParser.h index 7893bc6..7e06f8d 100644 --- a/src/IRCParser.h +++ b/src/IRCParser.h @@ -1,4 +1,4 @@ -/* IRCParser.h - NeonServ v5.5 +/* IRCParser.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -36,7 +36,7 @@ extern int statistics_privmsg; extern int statistics_network_users; extern int statistics_network_channels; -int parse_lines(struct ClientSocket *client, char *lines, int len); +void parse_line(struct ClientSocket *client, char *line); void bot_disconnect(struct ClientSocket *client); void init_parser(); void free_parser();