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

Comparing ircd-hybrid/trunk/modules/m_who.c (file contents):
Revision 3270 by michael, Sat Apr 5 22:41:19 2014 UTC vs.
Revision 3333 by michael, Wed Apr 16 16:19:02 2014 UTC

# Line 150 | Line 150 | who_global(struct Client *source_p, char
150    {
151      if ((last_used + ConfigFileEntry.pace_wait) > CurrentTime)
152      {
153      /* safe enough to give this on a local connect only */
153        sendto_one_numeric(source_p, &me, RPL_LOAD2HI);
154        return;
155      }

Diff Legend

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