Author: hikari <hikari@undernet.org>
authorhikari <hikari@hikari.org.uk>
Sun, 19 Sep 2004 14:22:52 +0000 (14:22 +0000)
committerhikari <hikari@hikari.org.uk>
Sun, 19 Sep 2004 14:22:52 +0000 (14:22 +0000)
Log message:

Small correction to an offset value.

bb
hikari

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

.cvsignore
ircd/m_info.c

index c4770fe7de3cc9c3426f6e0ddd917ba1081c7826..506218e6f71dc8ac336c727d62091b3e6f6b5fa5 100644 (file)
@@ -5,3 +5,4 @@ config.h
 stamp-h
 config.status
 config.cache
+.project
index ec298d3169beb18eb39384174ccc7bf44fef6d9e..5a547ec430b0d89ad8aaf69bf65cc8f36b063a94 100644 (file)
@@ -110,7 +110,7 @@ int m_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
       HUNTED_ISME)
        return 0;
 
-  while (text[2])
+  while (text[212])
   {
     send_reply(sptr, RPL_INFO, *text);
     text++;
@@ -140,7 +140,7 @@ int ms_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) !=
       HUNTED_ISME)
        return 0;
-  while (text[2])
+  while (text[212])
   {
     if (!IsOper(sptr))
       send_reply(sptr, RPL_INFO, *text);
@@ -173,7 +173,7 @@ int mo_info(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   if (hunt_server_cmd(sptr, CMD_INFO, cptr, 1, ":%C", 1, parc, parv) ==
       HUNTED_ISME)
   {
-    while (text[2])
+    while (text[212])
     {
       if (!IsOper(sptr))
        send_reply(sptr, RPL_INFO, *text);