diff -u -r 64/CHANGELOG 65/CHANGELOG
--- 64/CHANGELOG	Thu Jan  8 07:38:15 2004
+++ 65/CHANGELOG	Sun Jul  4 14:01:35 2004
@@ -1,3 +1,11 @@
+1.0-65
+------
+
+- Updated also the copyright information in the version string
+- Removed a obsolete definition from the source (OER_MAXTARGETS)
+- PART detection had a typo which broke at least cycle in some
+  cases, fixed (Thanks must go to Mike)
+
 1.0-64
 ------
 
diff -u -r 64/THANKS 65/THANKS
--- 64/THANKS	Wed Jan  7 10:18:09 2004
+++ 65/THANKS	Wed Feb 11 17:39:33 2004
@@ -9,5 +9,5 @@
 Kinnunen, OmegaZ, kyupid, Lim, Trung Hoang, miniS, Small, Trollo,
 VesaK, Jarkko Torppa, Rakkis, mur|y, Slimjim, Mintus, Lasse Lehtinen,
 Sekto, Spectrum, Steven Mac Intyre, houtworm, Raziel, skeezer, Trung
-Hoang, Nick Martini
+Hoang, Nick Martini, Zero Cool
 
diff -u -r 64/oer-common.h 65/oer-common.h
--- 64/oer-common.h	Thu Jan  8 07:34:10 2004
+++ 65/oer-common.h	Sun Jan 18 16:20:59 2004
@@ -333,7 +333,6 @@
 #define OER_NICKS_PER_USERHOST 5
 /* multiple kicks aren't supported for backwards compatibility */
 #define OER_NICKS_PER_KICK 1
-#define OER_MAXTARGETS 20
 #define OER_DEFAULT_DELIM "::"
 #define OER_DEFAULT_DELIM_LEN 2
 #define OER_QUOTE_MIN_LENGTH 20
@@ -420,8 +419,8 @@
 #define OER_SERVER_IS_STONED "stoned server"
 #define OER_INTERNAL_DYNAMIC_ADMIN "*INTDYN*"
 #define OER_REALNAME "http://oer.equnet.org"
-#define OER_VERSION "oer version 1.0-64"
-#define OER_COPYRIGHT1 "Copyright (C) 2000-2003 EQU <equ@equnet.org>"
+#define OER_VERSION "oer version 1.0-65"
+#define OER_COPYRIGHT1 "Copyright (C) 2000-2004 EQU <equ@equnet.org>"
 #define OER_COPYRIGHT2 "oer comes with ABSOLUTELY NO WARRANTY; for details see the\n\
 GNU General Public License (COPYING) provided with this distribution.\n\
 This is free software, and you are welcome to redistribute it under\n\
diff -u -r 64/parse.c 65/parse.c
--- 64/parse.c	Thu Jan  8 07:34:10 2004
+++ 65/parse.c	Sun Jul  4 13:58:58 2004
@@ -816,7 +816,7 @@
 			return;
 		}
 		strncpy(userhost, prefix + tpos, USERHOSTLEN);
-                if((this = getchptr(channel)) == NULL) {
+                if((this = getchptr(params)) == NULL) {
                         return;
                 }
 		if(isme(temp_nick)) {
