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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 4565 by michael, Sun Aug 24 10:27:40 2014 UTC vs.
Revision 4586 by michael, Tue Aug 26 15:50:52 2014 UTC

# Line 566 | Line 566 | register_local_user(struct Client *sourc
566  
567      if (!(Count.max_loc % 10))
568        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
569 <                           "New Max Local Clients: %d",
569 >                           "New maximum local client connections: %u",
570                             Count.max_loc);
571    }
572  

Diff Legend

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