X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FIRCParser.h;h=7e06f8d42b36077307151d376762410bc1074324;hp=e9cd432ef5c6c34a8dcceb2a69a6c5ce6fbda951;hb=f6bdc9d0fc8db22c265918f3325e11177fd001b9;hpb=c8e7ce1c57afaebf3996a6712c45f4c89c34ba44 diff --git a/src/IRCParser.h b/src/IRCParser.h index e9cd432..7e06f8d 100644 --- a/src/IRCParser.h +++ b/src/IRCParser.h @@ -1,4 +1,4 @@ -/* IRCParser.h - NeonServ v5.4 +/* 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();