Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / IRCQueue.c
index c30a27efb8f819f551f88fe9b7153c7e25bbd154..bc68c09bc49acde5c80fc215c5dd41acfa58bcc9 100644 (file)
@@ -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;