ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_info.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 4758 by michael, Fri Oct 3 14:01:08 2014 UTC vs.
Revision 4759 by michael, Sun Oct 19 10:54:43 2014 UTC

# Line 716 | Line 716 | m_info(struct Client *source_p, int parc
716  
717    if ((last_used + ConfigGeneral.pace_wait) > CurrentTime)
718    {
719 <    sendto_one_numeric(source_p, &me, RPL_LOAD2HI);
719 >    sendto_one_numeric(source_p, &me, RPL_LOAD2HI, "INFO");
720      return 0;
721    }
722  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)