Author: Alex Badea <vampire@p16.pub.ro>
authorAlex Badea <vampire@p16.pub.ro>
Thu, 18 Apr 2002 13:25:44 +0000 (13:25 +0000)
committerAlex Badea <vampire@p16.pub.ro>
Thu, 18 Apr 2002 13:25:44 +0000 (13:25 +0000)
Log message:

Fixed a format descriptor in RPL_STATSILINE (connection classes are now
strings).

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@746 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/s_err.c

index e0926358085be89953df0aeb3c2c9af7b501d931..5e7af0bc28143fb0e780e7f4d1c9ca9d5ac6211a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-18  Alex Badea  <vampire@p16.pub.ro>
+
+       * ircd/s_err.c (RPL_STATSILINE): connection classes are now
+       strings
+
 2002-04-17  beware <steendijk@tomaatnet.nl>
 
        * m_whois.c (m_whois): disallow remote queries for non-existent
index 585cdfef3b63dafb8f9c31484732f66506d08e54..110624d5e6b39fea6e10a1ef7866b662f579db86 100644 (file)
@@ -462,7 +462,7 @@ static Numeric replyTable[] = {
 /* 214 */
   { RPL_STATSNLINE, "%c %s * %s %d %d", "214" },
 /* 215 */
-  { RPL_STATSILINE, "%c %s %s %s %d %d", "215" },
+  { RPL_STATSILINE, "%c %s %s %s %d %s", "215" },
 /* 216 */
   { RPL_STATSKLINE, "%c %s \"%s\" %s 0 0", "216" },
 /* 217 */