X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FIRCQueue.c;h=bc68c09bc49acde5c80fc215c5dd41acfa58bcc9;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=c30a27efb8f819f551f88fe9b7153c7e25bbd154;hpb=c254e7d9a1622b19aae9b4ebecb4082657288f4a;p=NeonServV5.git diff --git a/src/IRCQueue.c b/src/IRCQueue.c index c30a27e..bc68c09 100644 --- a/src/IRCQueue.c +++ b/src/IRCQueue.c @@ -1,5 +1,5 @@ -/* IRCQueue.c - NeonServ v5.1 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* IRCQueue.c - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ #include "IRCQueue.h" #include "ClientSocket.h" -#define MAXPENALTY 6 +#define MAXPENALTY 8 /* 4 messages */ struct QueueEntry { char *msg;