Index: Unreal3.2.orig/src/modules/m_lusers.c
===================================================================
--- Unreal3.2.orig.orig/src/modules/m_lusers.c
+++ Unreal3.2.orig/src/modules/m_lusers.c
@@ -111,9 +111,9 @@ char flatmap;
 	sendto_one(sptr, rpl_str(RPL_LUSERME),
 	    me.name, parv[0], IRCstats.me_clients, flatmap ? 0 : IRCstats.me_servers);
 	sendto_one(sptr, rpl_str(RPL_LOCALUSERS),
-	    me.name, parv[0], IRCstats.me_clients, IRCstats.me_max);
+	    me.name, parv[0], IRCstats.me_clients, IRCstats.me_max, IRCstats.me_clients, IRCstats.me_max);
 	sendto_one(sptr, rpl_str(RPL_GLOBALUSERS),
-	    me.name, parv[0], IRCstats.clients, IRCstats.global_max);
+	    me.name, parv[0], IRCstats.clients, IRCstats.global_max, IRCstats.clients, IRCstats.global_max);
 	if ((IRCstats.me_clients + IRCstats.me_servers) > max_connection_count)
 	{
 		max_connection_count =
Index: Unreal3.2.orig/src/s_err.c
===================================================================
--- Unreal3.2.orig.orig/src/s_err.c
+++ Unreal3.2.orig/src/s_err.c
@@ -298,8 +298,8 @@ static char *replies[] = {
 /* 262 */ NULL, /* rfc2812 */
 /* 263 */ NULL, /* rfc2812 */
 /* 264 */ NULL,
-/* 265    RPL_LOCALUSERS */ ":%s 265 %s :Current Local Users: %d  Max: %d",
-/* 266    RPL_GLOBALUSERS */ ":%s 266 %s :Current Global Users: %d  Max: %d",
+/* 265    RPL_LOCALUSERS */ ":%s 265 %s %d %d :Current local users %d, max %d",
+/* 266    RPL_GLOBALUSERS */ ":%s 266 %s %d %d :Current global users %d, max %d",
 /* 267 */ NULL, /* aircd */
 /* 268 */ NULL, /* aircd */
 /* 269 */ NULL, /* aircd */
